Opened 11 years ago
Closed 4 years ago
#11873 closed Bug Report - General (Unverified)
mythfrontend cannot play recordings if http_proxy is set
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.27-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If the http_proxy variable is set in the environment of mythfrontend it cannot start playback of recordings, logging "MythSocketThread?(-1) mythsocket.cpp:649 (ConnectToHostReal?) - MythSocket?(3ee2be0:-1): Failed to connect to (192.168.1.38:6543) Operation on socket is not supported".
This issue did not manifest itself in 0.26-fixes; it first occurred in the release version of 0.27-fixes.
I have a proxy configuration like so:
$ set | grep _proxy http_proxy=http://proxy.xperim.be:3128/ https_proxy=https://proxy.xperim.be:3128/ no_proxy=localhost,127.0.0.0/8,.xperim.be,192.168.0.0/16
A simple
$ unset http_proxy
before starting mythfrontend fixes the issue.
This may be similar to #10633.
Attachments (2)
Change History (4)
Changed 11 years ago by
Attachment: | mythfrontend.20130920063625.4594.log added |
---|
comment:1 Changed 11 years ago by
oh this was so annoying - I just hit it with 0.27 updates pushed to rpmfusion. netstat checking, config checking, it all worked yesterday... finally hit this. yes http_proxy unsetting does it.
comment:2 Changed 4 years ago by
Resolution: | → Unverified |
---|---|
Status: | new → closed |
Closing all old tickets in trac.
If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues
and reference the existing trac ticket.
Mythfrontend logfile containing failed playback attempt