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

Reddit wont download from profiles #1813

Closed
voreman567 opened this issue Aug 30, 2021 · 0 comments
Closed

Reddit wont download from profiles #1813

voreman567 opened this issue Aug 30, 2021 · 0 comments

Comments

@voreman567
Copy link

Whenever I try to download from reddit with the following line, "gallery-dl reddit.com/user/USERNAME/posts". I get the following error message (I used --verbose for this as well):

"[gallery-dl][debug] Version 1.18.3
[gallery-dl][debug] Python 3.9.0 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.25.0 - urllib3 1.26.2
[gallery-dl][debug] Starting DownloadJob for 'https://www.reddit.com/user/USERNAME/posts/'
Traceback (most recent call last):
File "C:\Python39\lib\runpy.py", line 197, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Python39\Scripts\gallery-dl.exe_main
.py", line 7, in
File "C:\Python39\lib\site-packages\gallery_dl_init
.py", line 248, in main
retval |= jobtype(url).run()
File "C:\Python39\lib\site-packages\gallery_dl\job.py", line 199, in init
Job.init(self, url, parent)
File "C:\Python39\lib\site-packages\gallery_dl\job.py", line 28, in init
extr = extractor.find(extr)
File "C:\Python39\lib\site-packages\gallery_dl\extractor_init
.py", line 158, in find
return cls(match)
File "C:\Python39\lib\site-packages\gallery_dl\extractor\reddit.py", line 183, in init
RedditExtractor.init(self, match)
File "C:\Python39\lib\site-packages\gallery_dl\extractor\reddit.py", line 26, in init
self.api = RedditAPI(self)
File "C:\Python39\lib\site-packages\gallery_dl\extractor\reddit.py", line 280, in init
raise exception.StopExtraction(
gallery_dl.exception.StopExtraction: None"

idk why this is happening, any help would be appreciated.

mikf added a commit that referenced this issue Sep 3, 2021
Move it outside the constructor so that eventual exceptions can get
caught in the expected places.
mikf added a commit that referenced this issue Sep 3, 2021
- remove warning about 'client-id'/'user-agent' mismatch
- only use 'user-agent' from config for custom 'client-id'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant