You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: