Beiträge von waeller

    Der Fehler tritt bei mir mir gelegentlich auf, mit Aldi-Life-Account. Ich hab dann einfach in der Datei plugin.audio.rhapsody/resources/lib/rhapsody/account.py die böse Zeile auskommentiert:

    Python: plugin.audio.rhapsody/resources/lib/rhapsody/account.py
    self.id = data['id']
    # self.billing_partner_code = data['billingPartnerCode']
    self.product_code = data['productCode']

    dann funktioniert es wieder.

    Ich hab mal einen Fork vom Plugin angelegt mit der Änderung:

    https://github.com/waeller/plugin.audio.rhapsody