Skip to content

[BUG] Praw module error on Debian ARM64 #981

@Wh1t3Rabyt3

Description

@Wh1t3Rabyt3
  • I am reporting a bug.
  • I am running the latest version of BDfR
  • I have read the Opening an issue

Description

After a correct installation, I have an error on "praw" package.. It blocks the program to run normally.

Command

bdfr archive ~/Documents/inteltechniques/ --user whiterabyte --submitted

Environment (please complete the following information)

  • OS: Debian ARM64
  • Python version: 3.11.2

Logs

Traceback (most recent call last):
  File "/home/osint/.local/bin/bdfr", line 5, in <module>
    from bdfr.__main__ import cli
  File "/home/osint/.local/pipx/venvs/bdfr/lib/python3.11/site-packages/bdfr/__main__.py", line 11, in <module>
    from bdfr.archiver import Archiver
  File "/home/osint/.local/pipx/venvs/bdfr/lib/python3.11/site-packages/bdfr/archiver.py", line 21, in <module>
    from bdfr.connector import RedditConnector
  File "/home/osint/.local/pipx/venvs/bdfr/lib/python3.11/site-packages/bdfr/connector.py", line 29, in <module>
    from bdfr.oauth2 import OAuth2Authenticator, OAuth2TokenManager
  File "/home/osint/.local/pipx/venvs/bdfr/lib/python3.11/site-packages/bdfr/oauth2.py", line 90, in <module>
    class OAuth2TokenManager(praw.reddit.BaseTokenManager):
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'praw.reddit' has no attribute 'BaseTokenManager'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions