-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
After closure and re-opening, Sailfin does not show content anymore #16
Comments
Are you by any chance connectimg over HTTPS? For some reason, I've observed something in Qt's HTTP stack getting into a deadlock while connecting over HTTPS before, but I couldn't figure out why.
Op Donderdag 14 oktober 2021 schreef Kobold:
… Devices: Xperia X, XA2 Ultra, 10 Plus and 10 II
OS Version: SailfishOS 4.2.0.21
Sailfin Version: 0.4.0-1
Issue: After closure and re-opening, Sailfin does not show content anymore. The UI loads as expected, but no content shown.
Expected behaviour: Media is still shown and useable,
If there is any way I could contribute to fixing this issue. please let me know.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#1
|
Good guess, yes I do. Sailfin seems to be the only viable options to have a Jellyfin Client on a perfectly good Xperia X, would be nice if that would work. |
I've tested this and I can reproduce this in the SailfishOS version reliably, but not on the desktop. That either means that the SailfishOS QML side does something that it shouldn't do (like reloading I'll look into this later. |
Finally I can confirm that this is caused by a bug within the Qt version in SailfishOS, backporting this patch seems to solve it. Sadly, I'm afraid that I cannot contribute this back into Sailfish due to licensing issues with Qt versions above 5.6, but I'll ask around to be sure. The workaround introduced in Sailfin 0.4.1, which waits 250ms before sending more HTTPS requests after the first, for me reduces the chance of an application freeze to 50% (from 100%). There should probably be a better way to prevent the application from freezing, such as by only allowing 1 HTTPS request to be active at the time, although this would potentially cause the application to load longer. |
Pull-request-status: sailfishos/qtbase#11 |
Hi @HenkKalkwater |
Thanks for your insight. Sadly, disabling the WebSocket is not an option with the recently merged remote control feature, but I can, in a very hacky way, delay the WebSocket initialisation by 5 seconds. This works as well (for me™), but may fail with slow network connections. |
Devices: Xperia X, XA2 Ultra, 10 Plus and 10 II
OS Version: SailfishOS 4.2.0.21
Sailfin Version: 0.4.0-1
Issue: After closure and re-opening, Sailfin does not show content anymore. The UI loads as expected, but no content shown.
Expected behaviour: Media is still shown and useable,
If there is any way I could contribute to fixing this issue. please let me know.
The text was updated successfully, but these errors were encountered: