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: Jan Ceuleers <jan.ceuleers@…> 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)

mythfrontend.20130920063625.4594.log (54.2 KB) - added by Jan Ceuleers <jan.ceuleers@…> 11 years ago.
Mythfrontend logfile containing failed playback attempt
mythfrontend.version.log (944 bytes) - added by Jan Ceuleers <jan.ceuleers@…> 11 years ago.
mythfrontend --version

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Jan Ceuleers <jan.ceuleers@…>

Mythfrontend logfile containing failed playback attempt

Changed 11 years ago by Jan Ceuleers <jan.ceuleers@…>

Attachment: mythfrontend.version.log added

mythfrontend --version

comment:1 Changed 11 years ago by edwinh@…

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 Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

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.

Note: See TracTickets for help on using tickets.