Hi Sandmann, hi Leute,
erstmal Sandmann: Danke für die Erstellung des Plugins!
Sodann auch gleich meine Frage...
Ich versuche gerade eines der tollen Amazon Prime AddOns auf meinem Raspberry Pi 3 zum Laufen zu bringen.
Leider sagt er mir beim Login immer es wäre ein Fehle aufgetreten und ich solle ins Log schauen...
Dort steht dann (für mich) ziemlich unverständlich:
15:04:16 7273.317383 T:1507849120 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 'p'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.amazon/default.py", line 40, in <module>
modes()
File "/storage/.kodi/addons/plugin.video.amazon/default.py", line 37, in modes
exec 'sitemodule.%s()' % args.get('sitemode')
File "<string>", line 1, in <module>
File "/storage/.kodi/addons/plugin.video.amazon/resources/lib/common.py", line 391, in LogIn
Log('Login Warning: %s' % msg.p.renderContents().strip())
AttributeError: 'NoneType' object has no attribute 'p'
-->End of Python script error report<--
Alles anzeigen
Ich hab denk ich alle erforderlichen Schritte ausgeführt... also mit getwidevine.sh die lib installiert, Inputstream.mpd in der Version 1.2.14 installiert und dann das Plugin vom repository 1.0.2 installiert...
Ich hab das neueste milhouse libreelec Update von gestern drauf (http://forum.kodi.tv/showthread.php?tid=269814).
Mach ich was falsch, oder funktionierts mit der aktuellen Kodi Version nicht?
EDIT: Nachdem ich mich einmal auf meinem PC eingeloggt habe (und da eine Abfrage meiner Handynummer gekommen ist) hat der Login am Raspberry funktioniert...
Vielen Dank,
glg, LichtiMC