I had just time to get used to KDE connect, and to really appreciate it, that it just stopped...connecting.
It was working just fine for about a month. Then I noticed I wasn't getting notifications on the PC.
The phone was paired. I mean, I could see the phone on the PC and the PC on the phone. But no notifications.
kdeconnect-cli -l gave me a phone ID and all.
So i tried reinstalling on the phone, and on the PC (with purge).
Now they can't see each other at all. kdeconnect-cli -l gives 0 devices found and the app says no devices.
I don't have a firewall running.
The process is running:
It seems to be listening, but ony on TCP, not UDP.
Killing and restarting does nothing.
Deleting the configuration does nothing.
Any ideas?
It was working just fine for about a month. Then I noticed I wasn't getting notifications on the PC.
The phone was paired. I mean, I could see the phone on the PC and the PC on the phone. But no notifications.
kdeconnect-cli -l gave me a phone ID and all.
So i tried reinstalling on the phone, and on the PC (with purge).
Now they can't see each other at all. kdeconnect-cli -l gives 0 devices found and the app says no devices.
I don't have a firewall running.
Code:
not@all:~$ sudo ufw reload [sudo] password for not: Firewall not enabled (skipping reload)
Code:
not@all:~$ ps -ef | grep kdeconnect not 3164 1312 0 16:24 ? 00:00:00 /usr/lib/kde4/libexec/kdeconnectd
Code:
not@all:~$ sudo netstat -tunelp | grep -i kdeconnect tcp 0 0 0.0.0.0:1714 0.0.0.0:* LISTEN 1000 208377 3164/kdeconnectd udp 0 0 0.0.0.0:1714 0.0.0.0:* 1000 208376 3164/kdeconnectd udp 0 0 0.0.0.0:58319 0.0.0.0:* 1000 208378 3164/kdeconnectd
Deleting the configuration does nothing.
Any ideas?
Comment