OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

Better exception handling in Github requests #77

Open NeonDaniel opened 2 years ago

NeonDaniel commented 2 years ago

Current methodology looks for response content to determine return status, but checking response.ok would theoretically catch all errors (more specific parsing could be done in this case to log a proper error.