ElectronMail
ElectronMail copied to clipboard
Error message on Linux app
Hi, I have error message with the linux app image, 4.13.2 (but i have too before with 4.13.1). I use a debian unstable. The messages not appear at the start, but later.
Invocation timeout of calling "dbGetAccountMetadata" method on "electron-mail:ipcMain-api" channel with 25000ms timeout
And several times this :
Uncaught (in promise): Error: Failed to wait for "webview" service provider initialization (timeout: 15000ms).
Error: Failed to wait for "webview" service provider initialization (timeout: 15000ms).
at file:///tmp/.mount_electrUbjAFi/resources/app.asar/app/web/browser-window/index.mjs:34027:47
at doInnerSub (file:///tmp/.mount_electrUbjAFi/resources/app.asar/app/web/browser-window/index.mjs:27768:68)
at outerNext (file:///tmp/.mount_electrUbjAFi/resources/app.asar/app/web/browser-window/index.mjs:27762:38)
at OperatorSubscriber._this._next (file:///tmp/.mount_electrUbjAFi/resources/app.asar/app/web/browser-window/index.mjs:26507:13)
at OperatorSubscriber.Subscriber.next (file:///tmp/.mount_electrUbjAFi/resources/app.asar/app/web/browser-window/index.mjs:25633:97)
at AsyncAction.
So, if you can sort it out. I'm not a specialist, so I don't know what's going on. Good luck, and thank you for your work, this is an application that I really like.
Thouareg
Strike that out, I see now that it's AppImage file.
Flatpak installation or "deb" file?
There was a similar issue with the Flatpak package solution for which was in using the recent flatpak version.
The timeouts are extensively used in the app by design in order to spot such kinds of issues. I mean, 25sec is more than enough for the "dbGetAccountMetadata" action, but something in your case stops the app from fulfilling the action and it's likely a system/environment-specific issue, not the app's implementation bug.
So if you want to keep using the app I'd suggest you to try another installation package/source, like https://flathub.org/apps/details/com.github.vladimiry.ElectronMail or "deb" file (I'd choose flatpak option).
Ok, yes it's a Appimage. But i used an appimage for month, without have this error before. It's true that both, appimage and system, have evolved over time. So ...
I'll see what I'll do. Thank you for answering
like https://flathub.org/apps/details/com.github.vladimiry.ElectronMail or "deb" file (I'd choose flatpak option).
Besides, there is https://snapcraft.io/electron-mail option.
Hi,
So i have installed "deb" file. And same thing :

So the problem exist in appimage, deb file, and i think flatpack too, if i undertstand this : https://github.com/vladimiry/ElectronMail/issues/467
I am wondering if the problem comes when the system goes into sleep mode. I use 2 proton accounts, like #467 .
So the problem exist in appimage, deb file, and i think flatpack too, if i undertstand this :
You could still try "flatpack" version, and "snap" too. I mean, if you want to use the app.
I am wondering if the problem comes when the system goes into sleep mode
The "dbGetAccountMetadata" related error technically might be sleep mode related (2 cases: 1) the action gets triggered and right after that computer got suspended 2) your system doesn't notify the app with "offline" event), but the webview-related error is an one-off action which gets triggered once when the proton web client pages gets loaded.
Moved to #559.