Hi,
we had the CS app crash with this one:
2023-03-13 19:46:26,631 ERROR | uncaughtException: Unexpected token < in JSON at position 0
2023-03-13 19:46:26,631 ERROR | SyntaxError: Unexpected token < in JSON at position 0
2023-03-13 19:46:26,631 ERROR | at JSON.parse (<anonymous>)
2023-03-13 19:46:26,631 ERROR | at IncomingMessage.<anonymous> (/cryosparc/cryosparc-master/cryosparc_master/cryosparc_app/custom-server/dist/server/index.js:894:47465)
2023-03-13 19:46:26,631 ERROR | at IncomingMessage.emit (node:events:525:35)
2023-03-13 19:46:26,631 ERROR | at endReadableNT (node:internal/streams/readable:1358:12)
2023-03-13 19:46:26,631 ERROR | at processTicksAndRejections (node:internal/process/task_queues:83:21)
2023-03-13 19:46:26,672 ERROR | uncaughtException: Unexpected token < in JSON at position 0
2023-03-13 19:46:26,672 ERROR | SyntaxError: Unexpected token < in JSON at position 0
2023-03-13 19:46:26,672 ERROR | at JSON.parse (<anonymous>)
2023-03-13 19:46:26,672 ERROR | at IncomingMessage.<anonymous> (/cryosparc/cryosparc-master/cryosparc_master/cryosparc_app/custom-server/dist/server/index.js:894:47465)
2023-03-13 19:46:26,672 ERROR | at IncomingMessage.emit (node:events:525:35)
2023-03-13 19:46:26,672 ERROR | at endReadableNT (node:internal/streams/readable:1358:12)
2023-03-13 19:46:26,672 ERROR | at processTicksAndRejections (node:internal/process/task_queues:83:21)
Unsure what was running at the time, but seems a bad value got passed and the app couldn’t take it.
Cheers,
Miguel