Advertisement
Guest User

t

a guest
Oct 5th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. 19:40:53 T:4044 NOTICE: ### starting TvTunes Backend ###
  2. 19:40:53 T:4044 ERROR: Error Type: <type 'exceptions.ValueError'>
  3. 19:40:53 T:4044 ERROR: Error Contents: invalid literal for int() with base 10: ''
  4. 19:40:53 T:4044 ERROR: Traceback (most recent call last):
  5. File "C:\Users\piessens.michael\AppData\Roaming\XBMC\addons\script.tvtunes\resources\tvtunes_backend.py", line 126, in <module>
  6. thread = mythread()
  7. File "C:\Users\piessens.michael\AppData\Roaming\XBMC\addons\script.tvtunes\resources\tvtunes_backend.py", line 32, in __init__
  8. self.base_volume = self.get_volume()
  9. File "C:\Users\piessens.michael\AppData\Roaming\XBMC\addons\script.tvtunes\resources\tvtunes_backend.py", line 71, in get_volume
  10. except: volume = int(xbmc.getInfoLabel('player.volume').split(",")[0])
  11. ValueError: invalid literal for int() with base 10: ''
  12. 19:40:56 T:7680 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 11
  13. 19:40:57 T:7680 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 12
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement