Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERR_CONNECTION_TIMED_OUT #927

Closed
arisbond opened this issue Sep 7, 2020 · 4 comments · Fixed by #930
Closed

ERR_CONNECTION_TIMED_OUT #927

arisbond opened this issue Sep 7, 2020 · 4 comments · Fixed by #930

Comments

@arisbond
Copy link

arisbond commented Sep 7, 2020

macOS version: Catalina (10.15)
Kap version: 3.3.1

Steps to reproduce

Current behavior

Expected behavior

Workaround

Unhandled Promise Rejection
Error: net::ERR_CONNECTION_TIMED_OUT
at SimpleURLLoaderWrapper. (electron/js2c/browser_init.js:2519:21)

@sindresorhus
Copy link
Member

We should avoid showing an error at all for this. It doesn't matter if an update check failed temporarily.

@marlukcz
Copy link

marlukcz commented Sep 9, 2020

Similar issue I guess. It makes kap unuseable. This will show up just after launching the app and I have to kill it to remove these pop-ups.
image

@karaggeorge
Copy link
Member

@sindresorhus is there a way to filter out those errors? I'm sure there's more electron errors we don't really want to show. Or should I just add this one for now and then we expand the list as we go?

@sindresorhus
Copy link
Member

is there a way to filter out those errors?

Not that I know of. Node.js has recently been good at adding .code for different errors. I would recommend opening an Electron issue for them to do the same.

Or should I just add this one for now and then we expand the list as we go?

👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants