Help Identifying an Object Event Error

What I’m trying to do:
Identify where this object error is coming from.

image

What I’ve tried and what’s not working:
When I look at the logs it states the following:

app_log-WARNING 2022-08-28 07:12:34: <class 'ExternalError'>

* `[An internal error has occurred] - see browser console for more details`

Looking at the browser log I see the following:

image

I am not sure where to move forward because this only, seems to occur at random, not tied to any code. It could be getting set off by my timer that is polling the server for updates, but I am not completely sure. It it doesn’t seem to be an exact 1 to 1 ratio, whenever the server is polled.

I am not familiar with the browser console, which leads me to ask the community.

Does anything stick out as an obvious error that is occuring? or any path’s forward?

What other detail could help better explain the issue?

Thanks!

Anthony

Do you have any custom Javascript code running? I usually get those unidentified errors when its coming from my Javascript, almost never from python code.

1 Like

I do! but it is VERY limited to a single form that isn’t up when these errors are occurring.

Could be a dead reference to that form? This didn’t occur in the past, but I have made considerable amount of changes, some including how the form is dereferenced.

Is there a way to narrow it down a bit more?

To me, that uncaught (in promise) seems like the start of whatever happened. If you expand that Event does it show any more information?

Thank you for taking a look!

Here what I had saved at the time.

I’ll try an expand it fully (on your suggestion). Next time it pops up.

image