PINE64
Axolotl on Pinephone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Axolotl on Pinephone (/showthread.php?tid=14513)



Axolotl on Pinephone - CarmeloLabadie - 07-25-2021

I'm using Manjaro with Phosh and I installed the Flatpak of Axolotl, the Signal client. It seemed to install fine but it fails to open when I press the icon. When I tried running it via cl I got the following error output but I'm not sure what it means exactly. Is there any way to fix this? Thanks!

DEBU[0000] [axolotl] NewDataStore
INFO[0000] [axolotl] Starting axolotl ws
DEBU[0000] [axolotl] Using axolotl-web path /app/bin/axolotl-web/dist DEBU[0000] [axolotl] NewDataStore finished
INFO[0000] [axolotl] Loading Chats
INFO[0000] [axolotl] Db setup finished
DEBU[0000] [axolotl] Start Session after Decryption
DEBU[0000] [axolotl] starting Signal connection
DEBU[0000] [axolotl] config path: /home/manjaro/.config/textsecure.nanuc DEBU[2021/07/20 13:24:41] [axoltol] Opening Dialog: getPhoneNumber
DEBU[2021/07/20 13:24:41] [axolotl-ws] send request getPhoneNumber
ERRO[0022] '/home/manjaro/.config/textsecure.nanuc/electron/vendor/electron-linux-arm64/electron' exited with code: -1 INFO[0022] astikit: stopping worker...
DEBU[2021/07/20 13:25:04] [axolotl-electron] main: creating window failed: context canceled DEBU[2021/07/20 13:25:04] [axolotl-electron] open dev tools false
INFO[0022] astikit: worker is now waiting...
[manjaro@manjaro-arm ~]$



RE: Axolotl on Pinephone - kqlnut - 07-26-2021

(07-25-2021, 11:36 PM)CarmeloLabadie Wrote: I'm using Manjaro with Phosh and I installed the Flatpak of Axolotl, the Signal client. It seemed to install fine but it fails to open when I press the icon. When I tried running it via cl I got the following error output but I'm not sure what it means exactly. Is there any way to fix this? Thanks!

DEBU[0000] [axolotl] NewDataStore
INFO[0000] [axolotl] Starting axolotl ws
DEBU[0000] [axolotl] Using axolotl-web path /app/bin/axolotl-web/dist DEBU[0000] [axolotl] NewDataStore finished
INFO[0000] [axolotl] Loading Chats
INFO[0000] [axolotl] Db setup finished
DEBU[0000] [axolotl] Start Session after Decryption
DEBU[0000] [axolotl] starting Signal connection
DEBU[0000] [axolotl] config path: /home/manjaro/.config/textsecure.nanuc DEBU[2021/07/20 13:24:41] [axoltol] Opening Dialog: getPhoneNumber
DEBU[2021/07/20 13:24:41] [axolotl-ws] send request getPhoneNumber
ERRO[0022] '/home/manjaro/.config/textsecure.nanuc/electron/vendor/electron-linux-arm64/electron' exited with code: -1 INFO[0022] astikit: stopping worker...
DEBU[2021/07/20 13:25:04] [axolotl-electron] main: creating window failed: context canceled DEBU[2021/07/20 13:25:04] [axolotl-electron] open dev tools false
INFO[0022] astikit: worker is now waiting...
[manjaro@manjaro-arm ~]$
It means Electron is not working which is used for the default frontend of Axolotl. You could try to start Axolotl in server mode ("axolotl -e server") and then connect to it with a browser (via 127.0.0.1 port 9080). But there is also a Debian package for Axolotl you could try and a lot more information in this thread, maybe you find a solution there.

Edit: This seems to be your problem too, check the following posts for a solution (remove everything from Axolotl and (re)install the .deb package).