https://bugs.kde.org/show_bug.cgi?id=376187

bugzilla-...@ddt-consult.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|kdeconnect.core: Error      |kdeconnect.core: Error
                   |opening a port in range     |opening a port in range
                   |1714-1764                   |1714-1764 when http_proxy
                   |                            |environment variable is set

--- Comment #1 from bugzilla-...@ddt-consult.net ---
AFAICT kdeconnectd doesn't work when the http_proxy environment variable is
set:

[~]$ killall kdeconnectd
[~]$ export http_proxy=http://localhost:3128/
[~]$ /usr/lib/kdeconnectd 
kdeconnect.core: KdeConnect daemon starting
kdeconnect.core: onStart
kdeconnect.core: Error opening a port in range 1714-1764
kdeconnect.core: KdeConnect daemon started
^C
[~]$ unset http_proxy 
[~]$ /usr/lib/kdeconnectd 
kdeconnect.core: KdeConnect daemon starting
kdeconnect.core: onStart
kdeconnect.core: KdeConnect daemon started
kdeconnect.core: Broadcasting identity packet
^C
[~]$

I don't know if that is to be expected or if it is a bug in QTcpServer. If the
former is true, it might be a good idea to remove http_proxy from the
environment on program start.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to