Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 500 #235

Open
sentry-io bot opened this issue Mar 9, 2022 · 0 comments
Open

KeyError: 500 #235

sentry-io bot opened this issue Mar 9, 2022 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 9, 2022

Sentry Issue: CUENCA-4S1

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'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant