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