Skip to main content

Issues with Webhook scripts today?

  • October 3, 2023
  • 1 reply
  • 0 views

  • Participating Frequently
  • 7 replies

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

  • New Participant
  • 1 reply
  • October 3, 2023

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.


Reply