← Back to team overview

linux-traipu team mailing list archive

[Bug 1393861] [NEW] Find_orphans.py fails with error in line 222

 

Public bug reported:

Only trying to clean up my DB and recordings after and upgrade to 14.4
Mythbuntu.


./Find_orphans.py
Traceback (most recent call last):
  File "./Find_orphans.py", line 222, in <module>
    BE = MythBE(db=DB)
  File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 93, in __init__
    self.port = int(self.db.settings[self.hostname].BackendServerPort)
TypeError: int() argument must be a string or a number, not 'NoneType'

** Affects: mythbuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1393861

Title:
  Find_orphans.py fails with error in line 222

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  Only trying to clean up my DB and recordings after and upgrade to 14.4
  Mythbuntu.

  
  ./Find_orphans.py
  Traceback (most recent call last):
    File "./Find_orphans.py", line 222, in <module>
      BE = MythBE(db=DB)
    File "/usr/lib/python2.7/dist-packages/MythTV/mythproto.py", line 93, in __init__
      self.port = int(self.db.settings[self.hostname].BackendServerPort)
  TypeError: int() argument must be a string or a number, not 'NoneType'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1393861/+subscriptions


Follow ups

References