kann irgendwer mit meinem [definition=9,3]Kodi.[definition='1','0']log[/definition][/definition] was anfangen?
Spoiler anzeigen
22:49:03.085 T:1160 NOTICE: [Amazon] Args: {}
22:49:03.088 T:1160 NOTICE: [Amazon] AmazonDB: Service Start
22:49:03.103 T:1160 NOTICE: [Amazon] AmazonDB: Starting DBUpdate (1970-01-01 00:00:00 / 2017-03-11 22:49:03.101000)
22:49:03.363 T:4856 NOTICE: [Amazon] Args: {'sitemode': 'updateAll', 'mode': 'appfeed'}
22:49:03.403 T:4856 NOTICE: [Amazon] Starting DBUpdate
22:49:22.676 T:3452 ERROR: XFILE::CDirectory::GetDirectory - Error getting
22:50:06.960 T:972 ERROR: Previous line repeats 6 times.
22:50:06.960 T:972 NOTICE: [Amazon] Args: {}
22:50:07.775 T:972 NOTICE: [Amazon] Version: 1.7.8
22:50:07.775 T:972 NOTICE: [Amazon] Unicode support: True
....
22:51:14.321 T:6176 NOTICE: [Amazon] Args: {'asin': 'B01N49KBEG', 'sitemode': 'toogleWatchlist', 'mode': 'common', 'remove': '0'}
22:51:14.336 T:6176 NOTICE: [Amazon] getURL: https://www.amazon.de/gp/video/watchlist/ajax/hoverbubble.html?ASIN=B01N49KBEG&tag=kodinerds04-21 [Anzeige]
22:51:14.630 T:6176 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: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
File "C:\Users\Enigma\AppData\Roaming\Kodi\addons\plugin.video.amazon\default.py", line 40, in <module>
modes()
File "C:\Users\Enigma\AppData\Roaming\Kodi\addons\plugin.video.amazon\default.py", line 37, in modes
exec 'sitemodule.%s()' % args.get('sitemode')
File "<string>", line 1, in <module>
File "C:\Users\Enigma\AppData\Roaming\Kodi\addons\plugin.video.amazon\resources\lib\common.py", line 259, in toogleWatchlist
token = getToken(asin, cookie)
File "C:\Users\Enigma\AppData\Roaming\Kodi\addons\plugin.video.amazon\resources\lib\common.py", line 278, in getToken
token = form.find('input', attrs={'id': 'token'})['value']
AttributeError: 'NoneType' object has no attribute 'find'
-->End of Python script error report<--