-
Notifications
You must be signed in to change notification settings - Fork 691
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
lease delete the output directory #305
Comments
@Wue9 - Thanks for creating the issue. I can confirm I have the same error on my end (on a different chapter though).
After checking the info log it looks like this is a backend issue:
@lorenzodifuccia : I think it would be a good idea to enable automatic retries for failed requests. Especially when a file cannot be fetched on the first try due to a backend error. |
@Korred, we definitly will... |
I wanted to reproduce it and try to fix it, but I couldn't reproduce it... :( |
@EntrixIII - as mentioned before, the error was caused by a backend read error. That is not something we have control over. https://docs.python-requests.org/en/latest/user/advanced/#transport-adapters Side note: If you want to simulate a case where an asset is not reachable, you could probably kill your internet connection during file download, which should give you an 5xx error. |
[#] Crawler: error trying to retrieve this page: ch16.html (CompTIA A+® Guide to Managing and Troubleshooting PCs, Fifth Edition) From: https://learning.oreilly.com/api/v2/epubs/urn:orm:book:9781259589553/files/ch16.html [+] Please delete the output directory '/Users/mac/safaribooks/Books/Mike Meyers_ CompTIA A_ Guide to Managing and Troubleshooting PCs Fifth Edition (Exams 220-901 _ 220-902) (9781259589553)' and restart the program. [!] Aborting...
i tried restarting and deleting 3 times , and the same error
The text was updated successfully, but these errors were encountered: