You are not logged in.
I installed snap by following the instructions:
git clone https://aur.archlinux.org/snapd
cd snapd
makepkg -si
sudo systemctl enable snapd --now
sudo systemctl enable snapd.apparmor --now #start snap applications
sudo ln -s /var/lib/snapd/snap /snap #optional: classic snap support
and installed authy with 'snap install authy'.
Then when I filled my phone number as asked. and when clicking 'Submit' it opens a msg 'Networking Error'
when running it shows the warnings:
(authy:11396): Gtk-WARNING **: 10:23:06.828: Theme parsing error: gtk.css:3536:25: 'font-feature-settings' is not a valid property name
Gtk-Message: 10:23:06.849: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:23:06.850: Failed to load module "window-decorations-gtk-module"
TypeError: Cannot read properties of undefined (reading 'then')
at Function.init (/snap/authy/21/resources/app.asar/js/background.js:1:178525)
at Object.create (/snap/authy/21/resources/app.asar/js/background.js:3:7532)
at App.create (/snap/authy/21/resources/app.asar/js/background.js:3:18140)
at App.emit (node:events:394:28)
[11468:0925/102307.034074:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
(node:11478) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
running with 'snappy-debug' shows:
$ sudo journalctl --output=short --follow --all | sudo snappy-debug
kernel.printk_ratelimit = 0
= Seccomp =
Time: Sep 25 09:45:19
Log: auid=1000 uid=1000 gid=1000 ses=4 pid=8314 comm="authy" exe="/snap/authy/21/authy" sig=0 arch=c000003e 203(sched_setaffinity) compat=0 ip=0x7f4854e11c7f code=0x50000
Syscall: sched_setaffinity
Suggestion:
* ignore the denial if the program otherwise works correctly (unconditional sched_setaffinity is often just noise)
= Seccomp =
Time: Sep 25 10:23:06
Log: auid=1000 uid=1000 gid=1000 ses=4 pid=11468 comm="authy" exe="/snap/authy/21/authy" sig=0 arch=c000003e 203(sched_setaffinity) compat=0 ip=0x7fb4640efc7f code=0x50000
Syscall: sched_setaffinity
Suggestion:
* ignore the denial if the program otherwise works correctly (unconditional sched_setaffinity is often just noise)
Offline