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

[hiperdex] UnicodeEncodeError - 'latin-1' codec can't encode characters (nsfw) #4325

Closed
KonoromiHimaries opened this issue Jul 19, 2023 · 0 comments
Labels

Comments

@KonoromiHimaries
Copy link

./gallery-dl.bin --verbose https://hiperdex.com/manga/anthology-the-orgasm-%e2%99%82%e2%99%80-rough-endless-sex-that-feels-amazing/
[gallery-dl][debug] Version 1.25.8 - Executable
[gallery-dl][debug] Python 3.11.3 - Linux-6.1.38-1-lts-x86_64-with-glibc2.37
[gallery-dl][debug] requests 2.31.0 - urllib3 2.0.3
[gallery-dl][debug] Configuration Files []
[gallery-dl][debug] Starting DownloadJob for 'https://hiperdex.com/manga/anthology-the-orgasm-%e2%99%82%e2%99%80-rough-endless-sex-that-feels-amazing/'
[hiperdex][debug] Using HiperdexMangaExtractor for 'https://hiperdex.com/manga/anthology-the-orgasm-%e2%99%82%e2%99%80-rough-endless-sex-that-feels-amazing/'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): hiperdex.com:443
[urllib3.connectionpool][debug] https://hiperdex.com:443 "GET /manga/anthology-the-orgasm-%E2%99%82%E2%99%80-rough-endless-sex-that-feels-amazing/ HTTP/1.1" 200 None
[hiperdex][error] An unexpected error occurred: UnicodeEncodeError - 'latin-1' codec can't encode characters in position 48-49: ordinal not in range(256). Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[hiperdex][debug] 
Traceback (most recent call last):
  File "gallery_dl/job.py", line 96, in run
  File "gallery_dl/extractor/common.py", line 638, in items
  File "gallery_dl/extractor/hiperdex.py", line 158, in chapters
  File "gallery_dl/extractor/common.py", line 150, in request
  File "requests/sessions.py", line 589, in request
  File "requests/sessions.py", line 703, in send
  File "requests/adapters.py", line 486, in send
  File "urllib3/connectionpool.py", line 790, in urlopen
  File "urllib3/connectionpool.py", line 496, in _make_request
  File "urllib3/connection.py", line 387, in request
  File "urllib3/connection.py", line 301, in putheader
  File "http/client.py", line 1256, in putheader
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 48-49: ordinal not in range(256)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants