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
Paheal links have been giving me trouble as of late. Here's an output from the debug:
[gallery-dl][debug] Version 1.15.2
[gallery-dl][debug] Python 3.8.3 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.23.0 - urllib3 1.25.9
[gallery-dl][debug] Starting DownloadJob for 'http://rule34.paheal.net/post/list/jiky/1'
[paheal][debug] Using PahealTagExtractor for 'http://rule34.paheal.net/post/list/jiky/1'
[paheal][debug] Using download archive 'F:/Scripts/Gallery-dl/archive.sqlite3'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): rule34.paheal.net:443
[urllib3.connectionpool][debug] https://rule34.paheal.net:443 "GET /post/list/jiky/1 HTTP/1.1" 200 12345
[paheal][error] An unexpected error occurred: ValueError - not enough values to unpack (expected 4, got 3). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[paheal][debug]
Traceback (most recent call last):
File "c:\python38\lib\site-packages\gallery_dl\job.py", line 67, in run
for msg in self.extractor:
File "c:\python38\lib\site-packages\gallery_dl\extractor\paheal.py", line 27, in items
for data in self.get_posts():
File "c:\python38\lib\site-packages\gallery_dl\extractor\paheal.py", line 69, in get_posts
yield self._extract_data(post)
File "c:\python38\lib\site-packages\gallery_dl\extractor\paheal.py", line 82, in _extract_data
tags, dimensions, size, _ = data.split(" // ")
ValueError: not enough values to unpack (expected 4, got 3)
In my config file, this is all I have for the Paheal extractor:
Paheal links have been giving me trouble as of late. Here's an output from the debug:
In my config file, this is all I have for the Paheal extractor:
Any help would be great.
The text was updated successfully, but these errors were encountered: