Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] module 'praw.reddit' has no attribute BaseTokenManager #970

Open
TheSinfulKing opened this issue Oct 21, 2024 · 6 comments
Open

[BUG] module 'praw.reddit' has no attribute BaseTokenManager #970

TheSinfulKing opened this issue Oct 21, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@TheSinfulKing
Copy link

I cannot use the program at all due to this error right now. It was working previously. Could this be a change to PRAW causing this? Are there any current workarounds?

@TheSinfulKing TheSinfulKing added the bug Something isn't working label Oct 21, 2024
@DanClowry
Copy link
Contributor

DanClowry commented Oct 21, 2024

v7.8.0 of PRAW was released today and looks to have broken BDFR. I've been able to fix it on my machine by pinning praw to v7.7.1 in bdfr's pyproject.toml.

E.g. using pipx:

  1. Clone the bdfr repo to your computer, cd into the directory, and change to the development branch
  2. Edit pyproject.toml and replace praw>=7.2.0 with praw==7.7.1
  3. Install bdfr using pipx install -e .

@GarethFreeman
Copy link

I just went back to using the old praw version and it seems to be fine. Use that until it gets fixed later.

@LeonChenWenJia
Copy link

This fix still isn't working for me. How do I change to the development branch?

@Serene-Arc
Copy link
Owner

I'm in final exams right now so it will take a couple of weeks before I can give the BDFR any attention. You can install the development version with pip install git+git+https://github.com/Serene-Arc/bulk-downloader-for-reddit.git@development.

@NulledExceptions
Copy link

This fix still isn't working for me. How do I change to the development branch?

Temporary workaround
pip3 install praw==7.7.1

@scaruslooner
Copy link

This fix still isn't working for me. How do I change to the development branch?

Temporary workaround pip3 install praw==7.7.1

This fix it but now its just stuck here:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants