Sometimes I get undefined responses back from getTasks and completeTask. It might be the RTM API throttling itself, but it's confusing in any case. I need to handle the responses properly. Super Agent normally returns false for res.ok in these cases, but maybe we are getting 200 responses? I need to check for undefined responses in any case and act accordingly. Also for undefined task_ids. For some reason we're calling completeTask with undefined task_id fields sometimes.
Sometimes I get
undefined
responses back fromgetTasks
andcompleteTask
. It might be the RTM API throttling itself, but it's confusing in any case. I need to handle the responses properly. Super Agent normally returnsfalse
forres.ok
in these cases, but maybe we are getting200
responses? I need to check for undefined responses in any case and act accordingly. Also for undefinedtask_id
s. For some reason we're callingcompleteTask
with undefinedtask_id
fields sometimes.