packtpub-downloader
packtpub-downloader copied to clipboard
'errorCode': 1000100
ERROR (please copy and paste in the issue)
{'message': 'jwt expired', 'errorCode': 1000100, 'errorId': 'e41ebd90-bdc2-4263-
aa2f-cdd7c9394156'}
401
Starting to download media/Building_an_RPG_with_Unity_5_x.code
Traceback (most recent call last):
File "main.py", line 226, in
Hi @yoonbird, my apologies for taking so long to address this. I believe I have some patches that should fix this problem, as well as prevent the script from creating an empty file. Here's the info from this comment:
Below are links to a version that is this repo's master branch with slight changes to address these problems, as well as a version that includes parallel downloading (from PR #18).
Current master with patch: https://github.com/BurnhamG/packtpub-downloader/tree/error_fix
Patch with parallel downloads: https://github.com/BurnhamG/packtpub-downloader/tree/async
Just let me know if you have any questions, or if you continue to see this error.