-
-
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
v2.8.2 "--no-track" option throws unhanded exception #56
Comments
I have made a PR #57 to fix this issue. You can install this patch and test it. I will merge the PR once you're satisfied with the results Installation: pip install --no-cache-dir --upgrade git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad |
On my end, it's still throwing the same error after running the above command. Below is the log of what happened when I ran the pip command:
|
Did you try to uninstall it first before install the patched version ? Try to uninstall the application first and then install it pip uninstall mangadex-downloader
pip install --no-cache-dir --upgrade git+https://github.com/mansuf/mangadex-downloader.git@12c469642963de9e9ba7cebc7c0e1bae83b06aad I apologies for giving unclear instructions, sorry about that. |
After following the above instructions, it works as intended again now on my end. :) |
Fix `AttributeError: 'NoneType' object has no attribute xx` for any raw formats
What happened ?
Didn't notice this before v2.8.2, so assuming this is a regression in the newest version.
The error log is included below:
What did you expect to happen ?
Should have downloaded normally, like if I remove
--no-track
and it works as expected.OS version
macOS 13.2.1 (M1)
App version
2.8.2
Installation origin
PyPI (Python Package Index)
Installation origin (other sources)
No response
Reproducible command
mangadex-dl --no-track --use-compressed-image https://mangadex.org/chapter/1e864547-08c0-405a-b465-1c6d32dfe7bd
Additional context
No response
The text was updated successfully, but these errors were encountered: