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

[Paheal] Unexpected ValueError #1088

Closed
DallasWhite opened this issue Oct 28, 2020 · 0 comments
Closed

[Paheal] Unexpected ValueError #1088

DallasWhite opened this issue Oct 28, 2020 · 0 comments

Comments

@DallasWhite
Copy link

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":
		{
			"filename": "{filename}.{extension}"
		},

Any help would be great.

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

2 participants