Valentin271 / DeezerKodi

Deezer client for Kodi
GNU General Public License v3.0
24 stars 4 forks source link

Fails to load credentials #16

Closed OraDotNetDev closed 2 years ago

OraDotNetDev commented 2 years ago

Apologies if this is down to my configuration.

Describe the bug
Addon fails to launch with see "error log for details" message, correct username and password are in settings.xml for the addon.

Snippet below from the stack trace, at the end of the attached kodi log file.

Traceback (most recent call last):
    File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 58, in <module>
   CONNECTION = Connection(ADDON.getSetting('username'), ADDON.getSetting('password'))
   File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/__init__.py", line 48, in __init__self._obtain_access_token()

Environment (optional if log file provided) :

Files
kodi.log

OraDotNetDev commented 2 years ago

Duplicate of #13