kugiigi / talaan-app

Talaan is a simple but powerful checklist app for Ubuntu.
GNU General Public License v3.0
3 stars 7 forks source link

List never loads in OTA-3 #33

Closed Talkless closed 10 months ago

Talkless commented 10 months ago

After upgrading to Focal OTA-3, no list is loaded ("All", "Saved", "history", nothing) in Volla Phone X.

Spinner simply runs forever: screenshot20231123_205009344

kugiigi commented 10 months ago

Can you check what the log says? There's a Log Viewer app in the OpenStore. Perhaps also try to reboot.

Talkless commented 10 months ago

Sorry, I forgot to mention, but I've ran tail -F ~/.cache/upstart/*.log and did not see any relevant log messages. Or in Focal logs are somewhere else?

kugiigi commented 10 months ago

Upstart isn't used in focal anymore. There's a different command but using the Log Viewer would be much easier.

Talkless commented 10 months ago

Here's today's logs via LogViewer:

[24 Nov 2023 08:31:19] library "libpq_cust.so" not found
[24 Nov 2023 08:31:19] Creating a QMirClientScreen now
[24 Nov 2023 08:31:19] lomiri.deprecations: At least 1 Ubuntu.* QML type is in use. Ubuntu.* type is deprecated and is provided for compatibility. To print what types are being in use, set "QT_LOGGING_RULES=lomiri.deprecations.debug=true" environment variable.
[24 Nov 2023 08:31:20] unable to create file '/run/user/32011/dconf/user': Permission denied.  dconf will not work properly.
[24 Nov 2023 08:31:20] unable to create file '/run/user/32011/dconf/user': Permission denied.  dconf will not work properly.
[24 Nov 2023 08:31:20] unable to create file '/run/user/32011/dconf/user': Permission denied.  dconf will not work properly.
[24 Nov 2023 08:31:21] qrc:/ui/ItemsPage.qml:1202:5: Type AddItemsBar unavailable
[24 Nov 2023 08:31:21] qrc:/components/AddItemsBar.qml:3:1: module "Ubuntu.Keyboard" is not installed
[24 Nov 2023 08:31:22] QQmlExpression: Expression qrc:/components/ListPage.qml:397:9 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:22]     ActionList::actions
[24 Nov 2023 08:31:22] QQmlExpression: Expression qrc:/components/ListPage.qml:169:13 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:22]     ActionList::actions
[24 Nov 2023 08:31:22] [PERFORMANCE]: Last frame took 36 ms to render.
[24 Nov 2023 08:31:23] file:///usr/lib/aarch64-linux-gnu/qt5/qml/Lomiri/Components/ListItems/1.2/Standard.qml:292:5: QML ProgressionVisual: Mixing of Lomiri.Components module versions 1.2 and 1.3 detected!
[24 Nov 2023 08:31:24] [PERFORMANCE]: Last frame took 37 ms to render.
[24 Nov 2023 08:31:24] [PERFORMANCE]: Last frame took 41 ms to render.
[24 Nov 2023 08:31:25] QQmlExpression: Expression qrc:/components/ListPage.qml:397:9 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:25]     ActionList::actions
[24 Nov 2023 08:31:25] QQmlExpression: Expression qrc:/components/ListPage.qml:169:13 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:25]     ActionList::actions
[24 Nov 2023 08:31:26] QQmlExpression: Expression qrc:/components/ListPage.qml:397:9 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:26]     ActionList::actions
[24 Nov 2023 08:31:26] QQmlExpression: Expression qrc:/components/ListPage.qml:169:13 depends on non-NOTIFYable properties:
[24 Nov 2023 08:31:26]     ActionList::actions
[24 Nov 2023 08:32:15] QObject::startTimer: Timers cannot be started from another thread
kugiigi commented 10 months ago

What version of Talaan are you using? Version 2.47 should be the latest one Did you update/reinstall your apps when you upgraded from xenial to focal? I have a feeling you're still using the xenial version.

Talkless commented 10 months ago

OpenStore says that installed version is 2.47. I did have to go through all apps and install "stable version", whatever that means, after Focal update.

"About Talaan" also states that it's 2.47.

kugiigi commented 10 months ago

I'm not updated with recent focal upgrades, not sure if you meant the system offered you to reinstall all apps or simple update them via OpenStore. In any case, there's also a reinstall all apps option in Settings > Update > Update settings. This is advisable so you'll get the focal versions of each app regardless if the latest version, but xenial version, is already installed in your device.

But if you're only concerned with Talaan, perhaps try uninstalling and reinstalling. Your data won't be deleted.

Talkless commented 10 months ago

perhaps try uninstalling and reinstalling. Your data won't be deleted.

This did the trick, tanks. I guess upgrade is buggy, as it did suggest to install latest versions after upgrade...