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

Newgrounds gallery error #2544

Closed
Ogwalla opened this issue May 1, 2022 · 2 comments
Closed

Newgrounds gallery error #2544

Ogwalla opened this issue May 1, 2022 · 2 comments

Comments

@Ogwalla
Copy link

Ogwalla commented May 1, 2022

PS C:\Users\Username> gallery-dl -d I:\Stuff --cookies F:\Downloads\cookies.txt https://nuclearwasabi.newgrounds.com/art --verbose
[gallery-dl][debug] Version 1.21.0
[gallery-dl][debug] Python 3.10.1 - Windows-10-10.0.19043-SP0
[gallery-dl][debug] requests 2.27.1 - urllib3 1.26.8
[gallery-dl][debug] Starting DownloadJob for 'https://nuclearwasabi.newgrounds.com/art'
[newgrounds][debug] Using NewgroundsArtExtractor for 'https://nuclearwasabi.newgrounds.com/art'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): nuclearwasabi.newgrounds.com:443
[urllib3.connectionpool][debug] https://nuclearwasabi.newgrounds.com:443 "GET /art/page/1 HTTP/1.1" 200 None
[newgrounds][error] An unexpected error occurred: KeyError - 'sequence'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[newgrounds][debug]
Traceback (most recent call last):
File "C:\Python310\lib\site-packages\gallery_dl\job.py", line 76, in run
for msg in extractor:
File "C:\Python310\lib\site-packages\gallery_dl\extractor\newgrounds.py", line 43, in items
for post_url in self.posts():
File "C:\Python310\lib\site-packages\gallery_dl\extractor\newgrounds.py", line 253, in _pagination
for year in data["sequence"]:
KeyError: 'sequence'

@AlttiRi
Copy link

AlttiRi commented May 1, 2022

Update gallery-dl.

@mikf
Copy link
Owner

mikf commented May 2, 2022

This error got already reported in #2456 (comment) and was fixed in c176897 / v1.21.1

@mikf mikf closed this as completed May 2, 2022
@mikf mikf added the duplicate label May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants