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
[gallery-dl][debug] Starting DownloadJob for 'https://8chan.moe/v/res/986377.html'
[8chan][debug] Using _8chanThreadExtractor for 'https://8chan.moe/v/res/986377.html'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): 8chan.moe:443
[urllib3.connectionpool][debug] https://8chan.moe:443 "GET /v/res/986377.json HTTP/11" 302 0
[urllib3.connectionpool][debug] https://8chan.moe:443 "GET /.static/pages/disclaimer.html HTTP/11" 200 1701
[8chan][error] Unable to download data: JSONDecodeError: Expecting value: line 1 column 1 (char 0)
[8chan][debug]
Traceback (most recent call last):
File "requests\models.py", line 971, in json
File "json\__init__.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "gallery_dl\job.py", line 151, in run
File "gallery_dl\extractor\8chan.py", line 73, in items
File "requests\models.py", line 975, in json
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
It would appear that 8chan.moe links are getting cockblocked by the disclaimer, or at least it is part of the problem. Link in example is SFW. Tested using the generic extractor and it always downloads the logo.png explicitly from the Disclaimer page and nothing else.
The text was updated successfully, but these errors were encountered:
Seems like the TOS cookie name changed. It is now TOS20240718. Not sure if this new name is static or if its date changes each day. I'll wait until tomorrow before committing a fix.
For now, -o cookies.TOS20240718=\"1\" should make it work again.
(\" are necessary and might need to be ^" in cmd.exe)
It would appear that 8chan.moe links are getting cockblocked by the disclaimer, or at least it is part of the problem. Link in example is SFW. Tested using the generic extractor and it always downloads the logo.png explicitly from the Disclaimer page and nothing else.
The text was updated successfully, but these errors were encountered: