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