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
Sadly the yann.lecun.com website is returning HTTP 403 errors when downloading the .gz files. Even after adding headers to the urlfetch() to make it look more like a browser, it still fails. (It fails in a browser also!).
This one line fix is all that I needed to get the code working. I used a different URL to download from.
Sadly the
yann.lecun.com
website is returning HTTP 403 errors when downloading the.gz
files. Even after adding headers to theurlfetch()
to make it look more like a browser, it still fails. (It fails in a browser also!).This one line fix is all that I needed to get the code working. I used a different URL to download from.
This simple fix solves the issue until the website responds cleanly. It would be better to fix the website as this code is in a lot of places.
The text was updated successfully, but these errors were encountered: