Help

Issues with Webhook scripts today?

Topic Labels: Automations
448 1
cancel
Showing results for 
Search instead for 
Did you mean: 
jdavis
6 - Interface Innovator
6 - Interface Innovator

Getting a lot of issues with scripts starting today, that previously worked fine.  All having JSON issues with webhooks received.  This is an error from a script that is run from a webhook that is hooked up to a button in an interface.

 

SyntaxError: Unexpected token < in JSON at position 0
at runWebhook on line 30    
at async main on line 14

 

Anyone having issues with these starting today?

 

EDIT: 6pm PST - seems to be working correctly now.  Must be some sort of back-end issue. Will post back if any other errors surface.

1 Reply 1
LunikFrank
4 - Data Explorer
4 - Data Explorer

I've had my fair share of weird issues happening today as well. As an example, a simple array that contains 20 objects before a for...in loop looped through only 17 or the objects! Even chatGPT said my code was functionning properly and that it had to do with the system it was running on.