Alles anzeigenIch habe gerade versucht das addon plugin.video.amazon-test auf einem Raspi zu installieren.
Login Klappt leider nichtEXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: 'NoneType' object is not callable
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
EntryPoint()
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 102, in EntryPoint
exec('{}()'.format(mode))
File "<string>", line 1, in <module>
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/network.py", line 516, in LogIn
br = _MFACheck(br, email, soup)
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/network.py", line 370, in _MFACheck
cs_hint = msg.find('div', attrs={'class': 'a-row'}).contents[0].strip()
TypeError: 'NoneType' object is not callable
-->End of Python script error report<--
Angeblich funktioniert es, wenn man 2 Faktor Authentifizierung aktiviert, vgl.
https://github.com/Sandmann79/xbm…mment-547744660
https://github.com/Sandmann79/xbm…mment-548220632
Habe es aber noch nicht ausprobiert.