GSConnect / gnome-shell-extension-gsconnect

KDE Connect implementation for GNOME
GNU General Public License v2.0
3.21k stars 259 forks source link

forever "searching for devices" #1478

Open liukliukliuk opened 2 years ago

liukliukliuk commented 2 years ago

I'm using the fork for Gnome 43 and I have this bug: it searches for devices for ages.

Screenshots

image

Support Log

GSConnect: 56 (user) GJS: 17400 Session: wayland OS: Fedora Linux 37 (Workstation Edition Prerelease)

Oct 05 14:41:15 systemd[60947]: gnome-terminal-server.service: Consumed 1.078s CPU time.

barreiroleo commented 2 years ago

Same here. Logs:

GSConnect: 50 (user)
GJS:       17202
Session:   wayland
OS:        EndeavourOS
--------------------------------------------------------------------------------
oct 05 21:57:13 upowerd[809]: value "-nan" of type 'gdouble' is invalid or out of range for property 'percentage' of type 'gdouble'
oct 05 21:57:29 org.gnome.Shell.Extensions.GSConnect[606542]: [/service/backends/lan.js:broadcast:413]: "Broadcasting to LAN"
oct 05 21:57:34 org.gnome.Shell.Extensions.GSConnect[606542]: [/service/backends/lan.js:broadcast:413]: "Broadcasting to LAN"
oct 05 21:57:39 org.gnome.Shell.Extensions.GSConnect[606542]: [/service/backends/lan.js:broadcast:413]: "Broadcasting to LAN"
oct 05 21:57:43 upowerd[809]: value "-nan" of type 'gdouble' is invalid or out of range for property 'percentage' of type 'gdouble'
oct 05 21:57:44 org.gnome.Shell.Extensions.GSConnect[606542]: [/service/backends/lan.js:broadcast:413]: "Broadcasting to LAN"

I've tried to add the host by IP, and I have no problems with the firewall in principle.

r00tr4v3n commented 1 year ago

Arch/EndeavourOS seems to block the service, this might help:

sudo firewall-cmd --permanent --zone public --add-service kdeconnect
sudo firewall-cmd --reload
hurutta commented 1 year ago

I also faced similar issue on fedora37-gnome43, followed @r00tr4v3n 's way + re-login. Worked for me.

kev1n commented 11 months ago

+1 @r00tr4v3n 's way worked, fedora 39 gnome45