hamzag95 / voice-classification

84 stars 36 forks source link

HTTP Error in AudioBook_DataProcessing-checkpoint.ipynb #2

Closed osianSmith closed 5 years ago

osianSmith commented 5 years ago

Hey I'm having a HTTP error when downloading the Ebooks - on line: resultFilePath, responseHeaders = urllib.request.urlretrieve(link, localDestination) `

what confuses me though is that we are able to download audiobook 165-185 before it returns HTTP ERROR? I'm using a University network (JANET) and have had 4 attempts at it where it seems to crash at the same point leading me to believe that its not an internet connection issue. Does anyone have any suggestions on what could be causing this to crash?

Thanks

Osian

osianSmith commented 5 years ago

This was resolved with adding try: and catches - I will post a Pull request once I have the rest to work...