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
In this case, the app loops trying to connect to a DB without any hint on what to do...
Exception ignored in: <function Service.__del__ at 0x7f04e6edc280>
Traceback (most recent call last):
File "/app/API_operations/helpers/Service.py", line 168, in __del__
if self.session is not None:
AttributeError: session
The text was updated successfully, but these errors were encountered:
In this case, the app loops trying to connect to a DB without any hint on what to do...
The text was updated successfully, but these errors were encountered: