Hello all,
we are still using PyCelonis 1.7 and we figured out that since yesterday the response of the function "api_request" has been changed.
Before we got a list / dict or string. Since yesterday we get a request.model.response object.
Have you noticed that? Are you also having issues with your api_request calls?
Our current workaround was to get the "text" of the response object. Like:
resp.text
instead of:
resp