[mythtv-users] find_orphans.py - Failed To Connect Error

Lindsay Mathieson lindsay.mathieson at gmail.com
Mon Sep 15 06:35:50 UTC 2014


When ever I run find_orphans.py on my combined FE/BE I get the following
when trying to delete files:

2014-09-15 16:32:53.691175 C [14737] Python Backend Connection Couldn't
connect to backend [::1]:6543
Traceback (most recent call last):
  File "find_orphans.py", line 230, in <module>
    main()
  File "find_orphans.py", line 214, in main
    opt[1](opt[2])
  File "find_orphans.py", line 153, in delete_files
    f.delete()
  File "find_orphans.py", line 29, in delete
    be = MythBE(self.host, db=DB)
  File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 119, in
__init__
    self._conn.command = self._newcmdconn()
  File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 142, in
_newcmdconn
    self.blockshutdown)
  File "/usr/lib/python2.7/dist-packages/MythTV/connections.py", line 207,
in __init__
    raise MythBEError(MythError.PROTO_CONNECTION, self.host, self.port)
MythTV.exceptions.MythBEError: Failed to connect to backend at ::1:6543


However I can telnet to the local 6543 port.

-- 
Lindsay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140915/05b2dead/attachment.html>


More information about the mythtv-users mailing list