https://bugs.kde.org/show_bug.cgi?id=382015
Bug ID: 382015
Summary: discovering devices failed:
QNativeSocketEngine::bind() was not called in ...
Product: kdeconnect
Version: 1.0
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: common
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
KDE Connect Version: 1.0.2
This always happens since I upgrade Qt-5 from 5.8.0 to 5.9.0.
>> QNativeSocketEngine::bind() was not called in
>> QAbstractSocket::UnconnectedState <<
Log:
```
21:53:48 kdeconnectd[1270]: kdeconnect.core: Broadcasting identity packet
21:53:48 kdeconnectd[1270]: QNativeSocketEngine::bind() was not called in
QAbstractSocket::UnconnectedState
21:53:52 kdeconnectd[1270]: kdeconnect.core: Sending onNetworkChange to 1
LinkProviders
21:53:52 kdeconnectd[1270]: kdeconnect.core: Broadcasting identity packet
21:53:52 kdeconnectd[1270]: QNativeSocketEngine::bind() was not called in
QAbstractSocket::UnconnectedState
21:53:55 kdeconnectd[1270]: kdeconnect.core: Sending onNetworkChange to 1
LinkProviders
21:53:55 kdeconnectd[1270]: kdeconnect.core: Broadcasting identity packet
21:53:55 kdeconnectd[1270]: QNativeSocketEngine::bind() was not called in
QAbstractSocket::UnconnectedState
```
Network:
```
95 131.063031253 192.168.1.103 → 192.168.1.109 UDP 861 39351 → 1716 Len=819
96 131.063408694 192.168.1.103 → 192.168.1.109 UDP 861 39351 → 1714 Len=819
97 131.063466932 192.168.1.109 → 192.168.1.103 ICMP 590 Destination
unreachable (Port unreachable)
```
Connection:
```
lion@Lion-Laptop [ ~ ] $ ss --listen --udp --tcp --numeric | grep 171
udp UNCONN 0 0 *:1716 *:*
tcp LISTEN 0 50 :::1716 :::*
```
--
You are receiving this mail because:
You are watching all bug changes.