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
Hi, as mentioned in title, I got error when trying to download from site. Tried to run again using --verbose flag and below is the output:
[gallery-dl][debug] Version 1.25.8 - Executable
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.22621
[gallery-dl][debug] requests 2.31.0 - urllib3 1.26.16
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://pururin.to/gallery/11294/reitama'
[pururin][debug] Using PururinGalleryExtractor for 'https://pururin.to/gallery/11294/reitama'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): pururin.to:443
[urllib3.connectionpool][debug] https://pururin.to:443 "GET /gallery/11294/x HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://pururin.to:443 "GET /read/11294/01/x HTTP/1.1" 200 None
[pururin][error] An unexpected error occurred: JSONDecodeError - Expecting value: line 1 column 1 (char 0). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[pururin][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 96, in run
File "gallery_dl\extractor\common.pyc", line 565, in items
File "gallery_dl\extractor\pururin.pyc", line 75, in metadata
File "json\decoder.pyc", line 337, in decode
File "json\decoder.pyc", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
Hi, as mentioned in title, I got error when trying to download from site. Tried to run again using --verbose flag and below is the output:
[gallery-dl][debug] Version 1.25.8 - Executable
[gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.22621
[gallery-dl][debug] requests 2.31.0 - urllib3 1.26.16
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://pururin.to/gallery/11294/reitama'
[pururin][debug] Using PururinGalleryExtractor for 'https://pururin.to/gallery/11294/reitama'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): pururin.to:443
[urllib3.connectionpool][debug] https://pururin.to:443 "GET /gallery/11294/x HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://pururin.to:443 "GET /read/11294/01/x HTTP/1.1" 200 None
[pururin][error] An unexpected error occurred: JSONDecodeError - Expecting value: line 1 column 1 (char 0). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[pururin][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 96, in run
File "gallery_dl\extractor\common.pyc", line 565, in items
File "gallery_dl\extractor\pururin.pyc", line 75, in metadata
File "json\decoder.pyc", line 337, in decode
File "json\decoder.pyc", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: