Open mikaylathompson opened 7 years ago
I have the same error message only it happens on every command I try. Would love to get this working if anyone finds a solution.
Same problem. Anyone found a solution?
Had the same problem, at least for me it was saying the Task_t
struct field, Parent
was to blame. Looking at the Asana API documentation, it seems Parent
is now returning a structure with id
, gid
, and name
, so I modified the structure to use a Base
type (similar to other fields in the Task_t
struct) here: https://github.com/thash/asana/pull/16
Listing tasks works, but getting info on a specific task fails, with an error that looks like a JSON parsing issue?
This error occurs on ~half of my tasks. I haven't yet been able to figure out what's different about these tasks, but will update if I figure it out. It fails in the same way whether I do
asana task 1
orasana t 1
orasana t -v 1
orasana task -v 1
.Diagnostic info: macOS 10.12