coinbase / coinbase-python

DEPRECATED — Coinbase Python API
Apache License 2.0
524 stars 218 forks source link

InternalServerError when calling get_notifications #70

Closed qprotex closed 6 years ago

qprotex commented 6 years ago

When using client.get_notifications() I get the following error:

Traceback (most recent call last):
  File "D:/SourceCode/Python/untitled/test.py", line 10, in <module>
    print client.get_notifications()
  File "C:\Python27_32\envs\test\lib\site-packages\coinbase\wallet\client.py", line 268, in get_notifications
    response = self._get('v2', 'notifications', params=params)
  File "C:\Python27_32\envs\test\lib\site-packages\coinbase\wallet\client.py", line 128, in _get
    return self._request('get', *args, **kwargs)
  File "C:\Python27_32\envs\test\lib\site-packages\coinbase\wallet\client.py", line 115, in _request
    return self._handle_response(response)
  File "C:\Python27_32\envs\test\lib\site-packages\coinbase\wallet\client.py", line 124, in _handle_response
    raise build_api_error(response)
coinbase.wallet.error.InternalServerError: APIError(id=internal_server_error): An error has occurred. If this problem persists, please visit https://support.coinbase.com for assistance.

client.get_notification is working fine.

sds commented 6 years ago

Hey @qprotex, thanks for the report.

As this is an issue with the API and not the Python library itself, as the error message suggests you should reach out to our support team for assistance. Thanks!