Skip to content

The error of type 'None' is not recognized. #161

@lukas-gitl

Description

@lukas-gitl

The error of type 'None' is not recognized. It occurred with the message: Server Error and http_code: '500'. Please contact Intercom with these details.
message: The error of type 'None' is not recognized. It occurred with the message: Server Error and http_code: '500'. Please contact Intercom with these details.
context: {'http_code': 500, 'application_error_code': u'server_error'}
Traceback (most recent call last):
...
File "/usr/local/lib/python2.7/site-packages/intercom/api_operations/save.py", line 14, in create
response = self.client.post("/%s/" % (collection), params)
File "/usr/local/lib/python2.7/site-packages/intercom/client.py", line 96, in post
return self._execute_request(req, params)
File "/usr/local/lib/python2.7/site-packages/intercom/client.py", line 84, in _execute_request
result = request.execute(self.base_url, self._auth, params)
File "/usr/local/lib/python2.7/site-packages/intercom/request.py", line 36, in execute
return self.send_request_to_path(base_url, auth, params)
File "/usr/local/lib/python2.7/site-packages/intercom/request.py", line 84, in send_request_to_path
parsed_body = self.parse_body(resp)
File "/usr/local/lib/python2.7/site-packages/intercom/request.py", line 98, in parse_body
self.raise_application_errors_on_failure(body, resp.status_code) # noqa
File "/usr/local/lib/python2.7/site-packages/intercom/request.py", line 154, in raise_application_errors_on_failure
raise error_class(message, error_context)
UnexpectedError: The error of type 'None' is not recognized. It occurred with the message: Server Error and http_code: '500'. Please contact Intercom with these details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions