You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if I try to list a ticket while the wifi is off, I get an error:
undefined
^
SyntaxError: Unexpected token u in JSON at position 0
at Object.parse (native)
at Request._callback (.../node_modules/zendesk-node-api/src/zdrequest.js:18:23)
...
It happens because body has type undefined and JSON tries to parse that.
The text was updated successfully, but these errors were encountered:
For example, if I try to list a ticket while the wifi is off, I get an error:
It happens because
body
has typeundefined
and JSON tries to parse that.The text was updated successfully, but these errors were encountered: