-
Notifications
You must be signed in to change notification settings - Fork 145
Description
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.