Beiträge von Alci

    Alles klar, vielen Dank für die Infos. Verwendet wird ein Windows-System (Windows 10 x64). Der Browser kommt eher nicht in Frage, weil das ganze soll vernünftig über eine Fernbedienung zu bedienen sein und da ist eine Browser-Lösung meist ganz weit weg davon.

    Irgendwie klappt bei mir der Login nicht (unter "Konfigurieren" -> "Verbindung" -> "Anmelden..."). Verwende das Addon in der Version 1.8.4 in Kombination mit Kodi 17.4. Nach Eingabe der Logindaten steht im Log der folgende Fehler drin:

    21:49:06.764 T:8148 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 'get'
    Traceback (most recent call last):
    File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.video.amazon\default.py", line 40, in <module>
    modes()
    File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.video.amazon\default.py", line 37, in modes
    exec 'sitemodule.%s()' % args.get('sitemode')
    File "<string>", line 1, in <module>
    File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.video.amazon\resources\lib\common.py", line 359, in LogIn
    if mobileUA(response) and attempt < 4:
    File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.video.amazon\resources\lib\common.py", line 838, in mobileUA
    res = soup.find('html').get('class', '')
    AttributeError: 'NoneType' object has no attribute 'get'
    -->End of Python script error report<--

    Hat jemand auch das Problem?

    Was mir noch aufgefallen ist, als ich mich auf http://www.amazon.de [Anzeige] per Browser eingeloggt habe, ist, dass nach Eingabe der Logindaten zusätzlich eine Sicherheitsabfrage kommt, wo ich z. B. eine Postleitzahl oder Handynummer eingeben muss. Könnte das die Ursache sein?