Closed stacksjb closed 5 months ago
Ok, this one is on me. It appears something broke with my GCal integration and it imported a hundred items into Todoist and filled up the inbox, so new task creation failing. However, the error message isnt' clear, I'll open another bug for that.
Manually attempting an API call with CURL gives me a proper error under the "Error_tag" field that is returned. This does not appear to be currently parsed, opened #799
➜ ~ curl https://api.todoist.com/sync/v9/quick/add \
> -H "Authorization: Bearer xxxxx" \
> -d text='Buy Milk @Drinks #ShoppingList +Bob'
{"error":"Maximum number of items per user project limit reached","error_code":49,"error_extra":{"event_id":"979ed76032f54af58c859bc0193e6d9f","retry_after":5},"error_tag":"MAX_ITEMS_LIMIT_REACHED","http_code":403}%
Thanks for the issue and the investigation :+1:
On the latest version, it appears that task quick-add creation is broken.
I can successfully view tasks and create them using regular "Task create", but "task quick-add" fails.