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
When we send a get req to MELOS (will be the same with UPRIGHT) and a 502 Bad Gateway error is returned, sys.exit(1) is called. The membership information is cached in our local dbs, thus this could in the short term be circumvented.
Specifically, add a try-except in melos_client.py
The text was updated successfully, but these errors were encountered:
Description
When we send a get req to MELOS (will be the same with UPRIGHT) and a 502 Bad Gateway error is returned, sys.exit(1) is called. The membership information is cached in our local dbs, thus this could in the short term be circumvented.
Specifically, add a try-except in melos_client.py
The text was updated successfully, but these errors were encountered: