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

Bug: occasionally popping window with exception #221

Open
rprtr258 opened this issue Mar 16, 2024 · 0 comments
Open

Bug: occasionally popping window with exception #221

rprtr258 opened this issue Mar 16, 2024 · 0 comments
Labels
bug Something isn't working linux

Comments

@rprtr258
Copy link

Describe the bug
I am running app in background using Appimage and putting it into i3 scratch workspace.
Occasionally app throws exception and shows popup window with stack trace. I did nothing special to trigger it. Message is (parsed by OCR, may be inaccurate):

A JavaScript error occurred in the main process
Uncaught Exception:
Error: write EIO
at afterWriteDispatched (node:internal/stream_base_commons:160:15) at writeGeneric (node:internal/stream_base_commons:151:3)
at Socket. writeGeneric (node:net:962:11)
at Socket. write (node:net:974:8)
at writeOrBuffer (node:internal/streams/writable:392:12)
at write (node:internal/streams/writable:333:10)
at Writable.write (node:internal/streams/writable:337:10)
at console.value (node:internal/console/constructor:305:16)
at console.log (node:internal/console/constructor:380:26)
at Function.writeFn (/tmp/.mount HeynotoFHj3j/resources/app.asar/node_modules/electron-log/src/main/transports/console.js:45:7)

Expected behavior
No occasional windows popping up at all.

Screenshots
image

Desktop (please complete the following information):

  • OS: Linux 6.1.0-18-amd64 Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux
  • Version 1.7.0_x86_64
@heyman heyman added bug Something isn't working linux labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linux
Projects
None yet
Development

No branches or pull requests

2 participants