-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- 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
Labels
bugSomething isn't workingSomething isn't working