Bug 482843 - Can't login - page freezes
Summary: Can't login - page freezes
Status: CONFIRMED
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: 24.02.1
Platform: postmarketOS Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 09:28 UTC by Justin Zobel
Modified: 2024-04-11 03:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot (208.49 KB, image/png)
2024-03-08 09:28 UTC, Justin Zobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Zobel 2024-03-08 09:28:37 UTC
Created attachment 166691 [details]
Screenshot

See qmlkonsole log in screenshot
Comment 1 Joshua Goins 2024-03-16 19:16:32 UTC
Those are red-herring errors, which stage of the login did it crash? I could try doing a dumb fix and see
Comment 2 Bug Janitor Service 2024-03-31 03:47:06 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Justin Zobel 2024-04-10 06:54:46 UTC
Tried again with 24.02.1.

~ $ tokodon
kf.kirigami: OverlayZStacking must be attached to a Popup
qrc:/qt/qml/org/kde/tokodon/content/ui/UserInfo.qml:101:21: QML Separator: Possible anchor loop detected on horizontal anchor.
qrc:/qt/qml/org/kde/tokodon/content/ui/LoginFlow/WelcomePage.qml:14:1: QML WelcomePage: Created graphical object was not placed in the graphics scene.
MESA: warning: Failed to set BO metadata with DRM_MSM_GEM_INFO: -22
file:///usr/lib/qt6/qml/org/kde/kirigami/PageRow.qml:1014:5: QML RowLayout: StackView has detected conflicting anchors. Transitions may not execute properly.
Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/bin/qtwebengine_dictionaries'


I put in my Server URL, hit Continue (after unticking moderation tools), then nothing. Is it supposed to be opening up the default browser or is it internal now?
Comment 4 Joshua Goins 2024-04-10 12:01:09 UTC
It's internal, are you sure QtWebView is installed? Although if it's not, it should've made itself obvious in the log
Comment 5 Justin Zobel 2024-04-10 23:26:48 UTC
Yeah, it's installed: qt6-qtwebview-6.6.3-r0 aarch64 {qt6-qtwebview} (LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0) [installed]
Comment 6 Joshua Goins 2024-04-11 00:26:01 UTC
Can you check if there's any other qtwebview-using applications that work? I would try it with pmOS myself but it will have to wait until the weekend. We aren't doing anything super special with WebView ourselves, unfortunate that QML is being stingy with it's logging...
Comment 7 Justin Zobel 2024-04-11 03:26:28 UTC
A QML snippet Joshua gave me is fine:

import QtWebView WebView {     url: "https://www.google.com" }

Turned on all debug in kdebugsettings but no extra information was relevant