I have downloaded the latest click package, but struggled a bit finding how one is supposed to manually install such a click package. I did
pkcon install-local --allow-untrusted pantalaimon.thrrgilag_0.5.0_arm64.click
Then I could open launch the app, configure it, start the service. All seemed fine. However, Fluffychat does not connect through pantalaimon (":confused_face: no connection "). And Fluffychat can connect directly to my homeserver.
Looking in the logs, it seems pantalaimon has a problem
Traceback (most recent call last):
File "peewee.py", line 3035, in connect
File "peewee.py", line 3371, in _connect
sqlite3.OperationalError: unable to open database file
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "pantalaimon", line 10, in <module>
File "click/core.py", line 829, in __call__
[...]
File "peewee.py", line 3371, in _connect
peewee.OperationalError: unable to open database file
[11864] Failed to execute script pantalaimon
I suspect the way I installed the app might not give it the proper rights to operate correctly. If so can anyone tell me how one is supposed to properly install a click package manually? Otherwise, any idea how I can debug the issue?