Not sure what has happened but I can no longer see any messages/logs coming in the live data area due an error that says under Type: “Console: Unknown error” and under Data Preview: “An unknown error occurred and one or more events could not be retrieved”
When I click on the message the raw event in the event details show: { "time": "2021-08-24T00:57:44.148Z", "name": "synthetic.error.unknown", "isError": true, "isSynthetic": true, "unique_id": "synthetic.1629766664148", "data": { "error": "TypeError: k.open is not a function" } }
This error originally occurred in Chrome, I have since tried Edge and FireFox.
How do I resolve this issue so I can see the logs coming in and check my device is performing as expected?
When you write, “logs”, do you mean the live data? Where are the logs? I see the “unknown error message” very briefly when I refresh my browser, but it passes by so fast, I have to refresh several times to see it.
I have encountered the 'Console: Unknown error" issue in my gateway and devices. It was working fine and I’m able to retrieve live data/messages previously but when I login today and try to retrieve the information, I encountered the error.
Message from raw event:
{
“time”: “2022-02-28T06:35:01.968Z”,
“name”: “synthetic.error.unknown”,
“isError”: true,
“isSynthetic”: true,
“unique_id”: “synthetic.1646030101968”,
“data”: {
“error”: “SyntaxError: Unexpected token < in JSON at position 0”
}
}