Advertisement
kronic

Untitled

Jan 28th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. 00:15:06 1410,549927 T:1936716784 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_render handle 0x56b58040
  2. 00:15:33 1437,436157 T:1707918320 DEBUG: script.module.osmcsetting.updates : - blurp 714 - DialogProgress.xml
  3. 00:15:39 1443,100342 T:1152246768 NOTICE: Traceback (most recent call last):
  4. 00:15:39 1443,100586 T:1152246768 NOTICE: File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/addon.py", line 13, in <module>
  5. 00:15:39 1443,100586 T:1152246768 NOTICE: plugin.run()
  6. 00:15:39 1443,100708 T:1152246768 NOTICE: File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmcswift2/plugin.py", line 334, in run
  7. 00:15:39 1443,100830 T:1152246768 NOTICE: items = self._dispatch(self.request.path)
  8. 00:15:39 1443,100830 T:1152246768 NOTICE: File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
  9. 00:15:39 1443,100952 T:1152246768 NOTICE: listitems = view_func(**items)
  10. 00:15:39 1443,101074 T:1152246768 NOTICE: File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmctorrent/caching.py", line 55, in _fn
  11. 00:15:39 1443,101074 T:1152246768 NOTICE: with shelf(basename, ttl=kwargs.get("ttl") or 0) as result:
  12. 00:15:39 1443,101196 T:1152246768 NOTICE: File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
  13. 00:15:39 1443,101318 T:1152246768 NOTICE: return self.gen.next()
  14. 00:15:39 1443,101318 T:1152246768 NOTICE: File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmctorrent/caching.py", line 32, in shelf
  15. 00:15:39 1443,101440 T:1152246768 NOTICE: with closing(shelve.open(filename, writeback=True)) as d:
  16. 00:15:39 1443,101440 T:1152246768 NOTICE: File "/usr/lib/python2.7/shelve.py", line 239, in open
  17. 00:15:39 1443,101562 T:1152246768 NOTICE: return DbfilenameShelf(filename, flag, protocol, writeback)
  18. 00:15:39 1443,101562 T:1152246768 NOTICE: File "/usr/lib/python2.7/shelve.py", line 223, in __init__
  19. 00:15:39 1443,101685 T:1152246768 NOTICE: Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  20. 00:15:39 1443,101685 T:1152246768 NOTICE: File "/usr/lib/python2.7/anydbm.py", line 85, in open
  21. 00:15:39 1443,101807 T:1152246768 NOTICE: return mod.open(file, flag, mode)
  22. 00:15:39 1443,101929 T:1152246768 NOTICE: File "/usr/lib/python2.7/dbhash.py", line 18, in open
  23. 00:15:39 1443,101929 T:1152246768 NOTICE: return bsddb.hashopen(file, flag, mode)
  24. 00:15:39 1443,102051 T:1152246768 NOTICE: File "/usr/lib/python2.7/bsddb/__init__.py", line 364, in hashopen
  25. 00:15:39 1443,102173 T:1152246768 NOTICE: d.open(file, db.DB_HASH, flags, mode)
  26. 00:15:39 1443,102173 T:1152246768 NOTICE: DBFileExistsError: (17, '\xd0\xa4\xd0\xb0\xd0\xb9\xd0\xbb \xd1\x81\xd1\x83\xd1\x89\xd0\xb5\xd1\x81\xd1\x82\xd0\xb2\xd1\x83\xd0\xb5\xd1\x82 -- BDB0002 __fop_file_setup: Retry limit (100) exceeded')
  27. 00:15:39 1443,104248 T:1152246768 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  28. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  29. Error Type: <class 'bsddb.db.DBFileExistsError'>
  30. Error Contents: (17, '\xd0\xa4\xd0\xb0\xd0\xb9\xd0\xbb \xd1\x81\xd1\x83\xd1\x89\xd0\xb5\xd1\x81\xd1\x82\xd0\xb2\xd1\x83\xd0\xb5\xd1\x82 -- BDB0002 __fop_file_setup: Retry limit (100) exceeded')
  31. Traceback (most recent call last):
  32. File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/addon.py", line 13, in <module>
  33. plugin.run()
  34. File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmcswift2/plugin.py", line 334, in run
  35. items = self._dispatch(self.request.path)
  36. File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmcswift2/plugin.py", line 306, in _dispatch
  37. listitems = view_func(**items)
  38. File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmctorrent/caching.py", line 55, in _fn
  39. with shelf(basename, ttl=kwargs.get("ttl") or 0) as result:
  40. File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
  41. return self.gen.next()
  42. File "/home/osmc/.kodi/addons/plugin.video.xbmctorrent/resources/site-packages/xbmctorrent/caching.py", line 32, in shelf
  43. with closing(shelve.open(filename, writeback=True)) as d:
  44. File "/usr/lib/python2.7/shelve.py", line 239, in open
  45. return DbfilenameShelf(filename, flag, protocol, writeback)
  46. File "/usr/lib/python2.7/shelve.py", line 223, in __init__
  47. Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  48. File "/usr/lib/python2.7/anydbm.py", line 85, in open
  49. return mod.open(file, flag, mode)
  50. File "/usr/lib/python2.7/dbhash.py", line 18, in open
  51. return bsddb.hashopen(file, flag, mode)
  52. File "/usr/lib/python2.7/bsddb/__init__.py", line 364, in hashopen
  53. d.open(file, db.DB_HASH, flags, mode)
  54. DBFileExistsError: (17, '\xd0\xa4\xd0\xb0\xd0\xb9\xd0\xbb \xd1\x81\xd1\x83\xd1\x89\xd0\xb5\xd1\x81\xd1\x82\xd0\xb2\xd1\x83\xd0\xb5\xd1\x82 -- BDB0002 __fop_file_setup: Retry limit (100) exceeded')
  55. -->End of Python script error report<--
  56. 00:15:39 1443,135254 T:1957127088 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  57. 00:15:39 1443,572876 T:1152246768 INFO: Python script stopped
  58. 00:15:39 1443,573486 T:1152246768 DEBUG: Thread LanguageInvoker 1152246768 terminating
  59. 00:15:39 1443,609253 T:1957127088 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
  60. 00:15:39 1443,609619 T:1957127088 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.xbmctorrent/lostfilm/play/289/1/10]
  61. 00:15:39 1443,609863 T:1957127088 DEBUG: Playlist Player: one or more items failed to play... aborting playback
  62. 00:15:39 1443,609985 T:1957127088 DEBUG: ------ Window Init (DialogOK.xml) ------
  63. 00:15:39 1443,613403 T:1957127088 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
  64. 00:15:45 1448,834595 T:1957127088 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
  65. 00:15:50 1454,649536 T:1256453104 DEBUG: GetArtistsByWhere query: SELECT artistview.* FROM artistview WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.strArtist <> 'Различные исполнители'
  66. 00:15:51 1454,655518 T:1256453104 DEBUG: Time to retrieve artists from dataset = 7
  67. 00:15:51 1454,671631 T:1191179248 DEBUG: GetSongsByWhere query = SELECT songview.* FROM songview
  68. 00:15:51 1454,707031 T:1199567856 DEBUG: RunQuery took 4 ms for 0 items query: SELECT * FROM tvshow_view
  69. 00:15:51 1454,712036 T:1422914544 DEBUG: RunQuery took 14 ms for 0 items query: SELECT * FROM tvshow_view
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement