You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script for executing the download, when the file does not exist in the collection (the ideal is to go to the next existing file) in packtpub in the user account, for example, this file does not exist in my account:
Quantum_Computing_with_Silq_Programming.mobi
Finished /home/test/Desktop/packtpub/packtpub-downloader/downloads/Quantum_Computing_with_Silq_Programming/Quantum_Computing_with_Silq_Programming.epub
Starting to download /home/test/Desktop/packtpub/packtpub-downloader/downloads/Quantum_Computing_with_Silq_Programming/Quantum_Computing_with_Silq_Programming.mobi
Traceback (most recent call last):
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 226, in
main(sys.argv[1:])
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 218, in main
download_book(filename, url)
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 107, in download_book
f.write(response.content)
NameError: name 'response' is not defined
The text was updated successfully, but these errors were encountered:
The script for executing the download, when the file does not exist in the collection (the ideal is to go to the next existing file) in packtpub in the user account, for example, this file does not exist in my account:
Quantum_Computing_with_Silq_Programming.mobi
Finished /home/test/Desktop/packtpub/packtpub-downloader/downloads/Quantum_Computing_with_Silq_Programming/Quantum_Computing_with_Silq_Programming.epub
Starting to download /home/test/Desktop/packtpub/packtpub-downloader/downloads/Quantum_Computing_with_Silq_Programming/Quantum_Computing_with_Silq_Programming.mobi
Traceback (most recent call last):
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 226, in
main(sys.argv[1:])
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 218, in main
download_book(filename, url)
File "/home/test/Desktop/packtpub/packtpub-downloader/main.py", line 107, in download_book
f.write(response.content)
NameError: name 'response' is not defined
The text was updated successfully, but these errors were encountered: