Guest User

Untitled

a guest
Jul 10th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. mythtv@tv-2:~$ ./alarm2.py
  2. Traceback (most recent call last):
  3. File "./alarm2.py", line 19, in <module>
  4. fe = db.getFrontend('localhost')
  5. File "/usr/lib/python2.6/site-packages/MythTV/methodheap.py", line 975, in getFrontend
  6. return Frontend(host,port)
  7. File "/usr/lib/python2.6/site-packages/MythTV/methodheap.py", line 578, in __init__
  8. FEConnection.__init__(self, *args, **kwargs)
  9. File "/usr/lib/python2.6/site-packages/MythTV/connections.py", line 459, in __init__
  10. self.port = int(port)
  11. TypeError: int() argument must be a string or a number, not 'NoneType
Advertisement
Add Comment
Please, Sign In to add comment