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

Failed to load webclient in 15000ms | Flatpak Version #349

Closed
kb8cb40j1av39c02 opened this issue Nov 24, 2020 · 10 comments
Closed

Failed to load webclient in 15000ms | Flatpak Version #349

kb8cb40j1av39c02 opened this issue Nov 24, 2020 · 10 comments

Comments

@kb8cb40j1av39c02
Copy link

Hi

First of all, thank you for Electronmail. I used it daily on Windows - however I have switched to PopOS 20.04 LTS recently, and I've been using the Flatpak version of your app on PopOS.

Since installing the flatpak version I get following error almost every time when I open the app:
Failed to load "webclient1://mail.protonmail.com" page in 15000ms

I have deleted part of the URL. I know where the logfile is located. But I'm not sure if it's safe to post the entire logfile? Does it contain sensitive information?

The issue is I think related to #311 .

Kindest regards!

@vladimiry
Copy link
Owner

This is a Flatpak-specific issue and unfortunately there is not a lot I can do about it. I will just ping @mike2307 and @pizzadude, maybe they have some information for sharing. The workaround is to use other package type.

But I'm not sure if it's safe to post the entire logfile? Does it contain sensitive information?

The log file won't help much (I was reviewing it in #311). In general, the app tends not to put sensitive information into the log file. For sharing potentially sensitive information there is an email address specified in the author field of the package.json file.

@pizzadude
Copy link

I use Fedora 33. I used to have this issue but after some OS updates I no longer have this issue. Maybe Pop OS has outdated flatpak / some other libraries? You can try the snap version as a workaround, it should work. https://snapcraft.io/electron-mail

@pizzadude
Copy link

pizzadude commented Nov 24, 2020

You can try updating flatpak via the official PPA to see if it helps.

sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt dist-upgrade

@kb8cb40j1av39c02
Copy link
Author

@vladimiry does the .deb version have a way of automatically updating or does it contain update notifications like windows? @pizzadude I suppose so in that case. Maybe if I upgraded to Pop OS 20.10 it would fix itself. If I do so and something changes I will update this.

@vladimiry
Copy link
Owner

The wild guess is that the issue might be kernel version dependent, see #253.

@pizzadude
Copy link

I'm using kernel 5.9.9. What kernel does PopOS 20.04 use? You can check with " uname -r " in the terminal.

@kb8cb40j1av39c02
Copy link
Author

5.8.0 in 20.04

@vladimiry
Copy link
Owner

vladimiry commented Nov 24, 2020

does the .deb version have a way of automatically updating or does it contain update notifications like windows?

The code and app behavior is the same for all packages except for the snap+flatpak ones where the "Check for update and notify" toggle disabled by default (but can be manually enabled if needed). That toggle simply enables the https://api.github.com/repos/vladimiry/ElectronMail/releases response checking on app start and showing the desktop notification if new version is available.

123

@kb8cb40j1av39c02
Copy link
Author

UPDATE @vladimiry @pizzadude: The issue is now fixed!
PopOS is still on 20.04 - Kernel still on 5.8.0 - but what HAS changed is the flatpak version installed - i noticed it got upgraded to 1.8.4 - I sadly don't quite remember what version was installed before. Since that upgrade though - I've never had the issue anymore.

@vladimiry
Copy link
Owner

Thanks for the update. Lets close the issue then.

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

No branches or pull requests

3 participants