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
if I close opis-api service the python script will crash saying "SSL error" without the try-except here 6391763 , ideally we should replace that generic except with a specific exception handling only the ssl error
how to reproduce the error:
close opis api service going to /srv/docker/opis-api/ -> docker-compose stop
write except e as Exception: print(str(e))
set the exact exception name and replace the generic one
The text was updated successfully, but these errors were encountered:
if I close opis-api service the python script will crash saying "SSL error" without the try-except here 6391763 , ideally we should replace that generic except with a specific exception handling only the ssl error
how to reproduce the error:
except e as Exception: print(str(e))
The text was updated successfully, but these errors were encountered: