MKANET

Untitled

Jan 25th, 2021
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. 2021-01-25 16:32:53.155 T:6804 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <class 'AttributeError'>
  4. Error Contents: 'NoneType' object has no attribute 'split'
  5. Traceback (most recent call last):
  6. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\addon.py", line 114, in <module>
  7. storage.storePlaylistSongs(Api().getApi().get_playlist(playlist['playlistId']))
  8. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\storage.py", line 136, in storePlaylistSongs
  9. self.storeInAllSongs(playlist['tracks'], 1)
  10. File "C:\Users\MKANET\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\storage.py", line 162, in storeInAllSongs
  11. self.curs.executemany("INSERT OR REPLACE INTO songs VALUES (" +
  12. File "C:\Users\MKANET\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\storage.py", line 156, in songs
  13. 'duration': self._duration2sec(get("duration")),
  14. File "C:\Users\MKANET\AppData\Roaming\Kodi\addons\plugin.audio.ytmusic.exp\resources\lib\storage.py", line 264, in _duration2sec
  15. dur = duration_min.split(':')
  16. AttributeError: 'NoneType' object has no attribute 'split'
  17. -->End of Python script error report<--
  18.  
  19. 2021-01-25 16:32:53.166 T:6804 INFO <general>: Python interpreter stopped
  20.  
Advertisement
Add Comment
Please, Sign In to add comment