Ich fliege leider mit diesem Fehler auf die Nase:
Python
18:20:22 T:1751578272 NOTICE: -->Python Interpreter Initialized<--
18:20:23 T:1751578272 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'datetime.timedelta' object has no attribute 'total_seconds'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.audio.rhapsody/addon.py", line 13, in <module>
from helpers import Helpers
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.audio.rhapsody/resources/lib/helpers.py", line 4, in <module>
from rhapsody.api import API
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.audio.rhapsody/resources/lib/rhapsody/api.py", line 21, in <module>
class API:
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.audio.rhapsody/resources/lib/rhapsody/api.py", line 24, in API
TOKEN_CACHE_LIFETIME = timedelta(days=30).total_seconds()
AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'
-->End of Python script error report<--
18:20:23 T:1506627416 ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.audio.rhapsody/
18:20:23 T:1506627416 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.rhapsody/) failed
Alles anzeigen