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