minds-ai / zoom-drive-connector

Automatically uploads Zoom meeting recordings to Google Drive.
Other
33 stars 8 forks source link

Fix crash when URL can not be resolved #8

Closed jbedorf closed 5 years ago

jbedorf commented 5 years ago

This problem happens rarely in production, but testing it with manually modified (invalid) URLs shows that this fix prevents the crash and lets the program continue as before and handles an unresolvable URL as a (hopefully) temporary HTTP 404 error with a bit more debug information in case the user used a wrongly configured URL.

This fixes #4