API error - when will it be fixed?
API error - when will it be fixed?
Very recently my curl script allowing me to create a Checkvist task from anywhere has broken
As you can see from the screenshot I can get an auth token but the POST to create the Checkvist item (which was working last week) errors.
Please can you fix it ?
Hello Mark,
ReplyDeleteLooks like you've missed closing \ near the last " after foobaa, and this causes a parsing error in Checkvist. Please make sure you're sending a valid JSON in the request.
Best,
KIR
D'oh! Boy do I feel stupid. Thanks for your patience.
ReplyDeleteI thought that nothing had changed and so the problem was with you.
However, I'm using a single autohotkey script (to execute these cURL commands) which I edit regularly for all of my macros. Time to split it up me thinks!
Actually, we've updated a JSON-parsing library to a newer version, and it probably became less tolerant to JSON errors. So it could be us who did a breaking change :)
ReplyDeleteBest,