Closed kgutwin closed 4 years ago
I've had a TripIt API client working well for nearly a year now... today, some time after 18:00 UTC, I started receiving the following error:
<Response><Error><code>401</code><detailed_error_code>104.100000</detailed_error_code><description>Invalid Signature</description></Error></Response>
I have been using the Python library from https://github.com/tripit/python_binding_v1. Has there been any change from the API end, or do I need to rotate my token?
Hiya @kgutwin, can you reproduce this error now? The team is constantly deploying, and thanks for bringing this case up.
Tested just now and the error is resolved. Thanks for the quick response!
I've had a TripIt API client working well for nearly a year now... today, some time after 18:00 UTC, I started receiving the following error:
I have been using the Python library from https://github.com/tripit/python_binding_v1. Has there been any change from the API end, or do I need to rotate my token?