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
KeyError: 500
(5 additional frame(s) were not displayed)
...
File "cuenca/resources/base.py", line 54, in retrieve
resp = session.get(f'/{cls._resource}/{id}')
File "cuenca/http/client.py", line 86, in get
return self._request_json('get', endpoint, params=params)
File "cuenca/http/client.py", line 98, in _request_json
return json.loads(self.request(*args, **kwargs))
File "cuenca/http/client.py", line 126, in request
self._check_response(resp)
File "cuenca/http/client.py", line 135, in _check_response
raise ERROR_CODES[json['code']](json['error'])
The text was updated successfully, but these errors were encountered:
Sentry Issue: CUENCA-4S1
The text was updated successfully, but these errors were encountered: