-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
UnicodeEncodeError #62
Comments
Can you show me the error traceback ? The traceback should look like this
It would been better if you give me full logs. |
|
After further debugging, it seems your windows system locale is set to Japanese (Correct me if i'm wrong). Logs
This is the same error traceback as yours if i set manually the file encoding to "cp932" which is Japanese windows character encoding. I've submit a patch that would fix this issue, you can test it by downloading a patched version in https://github.com/mansuf/mangadex-downloader/actions/runs/4968080319. You can download it once the CI shows success, and the files is available under "Artifacts" section |
yes it's set to japanese and i'm not getting the issue with the patched version. thank you |
What happened ?
What did you expect to happen ?
start downloading the manga information along with it
OS version
Windows 10 20H2
App version
mangadex-downloader v2.9.0 (https://github.com/mansuf/mangadex-downloader)
Python: 3.10.11
arch: x64
bundled executable: yes
Installation origin
Github releases
Installation origin (other sources)
No response
Reproducible command
mangadex-dl https://mangadex.org/title/cb77e4a6-3921-43b9-9d64-7d78cd3205ce --save-as tachiyomi
Additional context
No response
The text was updated successfully, but these errors were encountered: