[mythtv-commits] Ticket #11873: mythfrontend cannot play recordings if http_proxy is set

MythTV noreply at mythtv.org
Sun Sep 22 14:27:26 UTC 2013


#11873: mythfrontend cannot play recordings if http_proxy is set
-----------------------------------------------+------------------------
     Reporter:  Jan Ceuleers <jan.ceuleers@…>  |      Owner:
         Type:  Bug Report - General           |     Status:  new
     Priority:  minor                          |  Milestone:  unknown
    Component:  MythTV - General               |    Version:  0.27-fixes
     Severity:  medium                         |   Keywords:
Ticket locked:  0                              |
-----------------------------------------------+------------------------
 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.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11873>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list