You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: net::ERR_TIMED_OUT
File "node:electron/js2c/browser_init", line 2, in SimpleURLLoaderWrapper.?
File "node:events", line 518, in SimpleURLLoaderWrapper.emit
The text was updated successfully, but these errors were encountered:
Observation: Almost all of these SimpleURLLoaderWrapper errors (ERR_TIMED_OUT, ERR_SOCKS_CONNECTION_FAILED, ERR_SOCKET_NOT_CONNECTED, ...) are somehow connected to update checks, as they come right after @desktop-update/checking or ~30 sec later.
Might be somehow expected as some of them come together e.g. with Fetching of remote JWS config failed: Error: Aborted by timeout.
Also, looks the same as another well-known Sentry issue so I believe the new occurence is caused by slight changes in stack trace, maybe because of node upgrade? Anyway, nothing new.
Sentry Issue: TREZOR-SUITE-11WE
The text was updated successfully, but these errors were encountered: