Adding tasks not working, works with curl though (v0.20.0) #251
Replies: 1 comment
-
OK, I can only get this to work by also providing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try
todoist --debug add "foo"
the debug output looks OK and responses look like 200 with a new task id, but the new task does not up in the UI or intodoist list
. My token is good becausetodoist list
is working. If I create viacurl
it works as expected as well. It's only sendingsync
API calls as form encoded though which seems weird. I would expect a POST to/rest/v2/tasks
.I tried deleting the
cache.json
file but still no luck. Any ideas? Debug output below.Beta Was this translation helpful? Give feedback.
All reactions