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

AttributeError - 'RedditSubredditExtractor' object has no attribute '_visited' when recursion is enabled. #879

Closed
shinji257 opened this issue Jul 9, 2020 · 0 comments
Labels

Comments

@shinji257
Copy link
Contributor

When recursion is turned on for reddit posts you get the below error.

[reddit][error] An unexpected error occurred: AttributeError - 'RedditSubredditExtractor' object has no attribute '_visited'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[reddit][debug]
Traceback (most recent call last):
File "gallery_dl/job.py", line 61, in run
File "gallery_dl/extractor/reddit.py", line 46, in items
File "gallery_dl/extractor/reddit.py", line 104, in
AttributeError: 'RedditSubredditExtractor' object has no attribute '_visited'

This is the verbose version. Sorry I don't have an example.

@mikf mikf closed this as completed in 5a6e750 Jul 9, 2020
@mikf mikf added the bug label Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants