Last week I had a custom Python script that used CURL requests to access and download Knack objects and records. This week, without warning, now I am getting “Chunk Errors” as I run the script.
Has anyone else had API errors when making requests?
(Error Example: requests.exceptions.ChunkedEncodingError: (“Connection broken: InvalidChunkLength(got length b’’, 0 bytes read)”, InvalidChunkLength(got length b’’, 0 bytes read)))