dload icon indicating copy to clipboard operation
dload copied to clipboard

Error Handling Issue

Open Rutuj-Runwal opened this issue 3 years ago • 0 comments

try: dload.save('any url','any location') #Assuming location and url are valid! print("Downloaded Successfully") except(ConnectionError,Exception): print("Network Error")

Even if the network is turned off the except block never executes

Rutuj-Runwal avatar Jan 11 '21 13:01 Rutuj-Runwal