Since the update from homeyscript 3.3.2 my script isn’t working anymore.
I dont’t know why it’s not working anymore
There Error
Blockquote
———————————————————
Script Error
SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse ()
at WarmWaterMeterStand.js:1:22
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Your JSON is not valid. If the message is right, it starts with a ‘u’, not with a {.
Can you check the response of the http GET (I think you are reading it this way).
PS: u could come from undefined (?). Is you array ok and has one entry?