Sharp-Frost / Deezer-KODI

Deezer plugin for KODI
23 stars 12 forks source link

Unable to load My playlists #3

Open catalinvr opened 8 years ago

catalinvr commented 8 years ago

Hello,

I have an deezer premium + account. Now i'm using OpenElec 6.25.2 on a RPi1 with Kodi 16.1 I set the credentials from app options, after that I opened the app and I selected 'my playlists'. An error appears. I think that is in authentication issue. Do you have an account to test this issue?

12:44:11 2222.293945 T:1962737664   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=myPlaylists
12:44:11 2222.295166 T:1962737664   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=myPlaylists) failed
12:47:56 2446.707764 T:1611649952   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: 'module' object has no attribute 'Oauthexception'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.deezer/deezer.py", line 117, in <module>
                                                deezerApi.getMyPlaylists()
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 91, in getMyPlaylists
                                                listResult =self.getRemoteData(base_url+'user/me/playlists')
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 39, in getRemoteData
                                                listResult =jsonDeserializer.decode(jsonResult)
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 364, in decode
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
                                              File "/storage/.kodi/addons/plugin.audio.deezer/Json2Python.py", line 23, in dict_to_object
                                                class_ = getattr(module, class_name)
                                            AttributeError: 'module' object has no attribute 'Oauthexception'
                                            -->End of Python script error report<--
12:47:56 2447.135254 T:1962737664   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=myPlaylists
12:47:56 2447.136963 T:1962737664   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=myPlaylists) failed
12:48:00 2450.859131 T:1764357024   ERROR: Unable to find plugin
12:48:00 2450.859619 T:1962737664   ERROR: GetDirectory - Error getting plugin://
12:48:00 2450.860840 T:1962737664   ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
12:49:33 2543.916016 T:1764357024   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: 'module' object has no attribute 'Oauthexception'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.deezer/deezer.py", line 117, in <module>
                                                deezerApi.getMyPlaylists()
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 91, in getMyPlaylists
                                                listResult =self.getRemoteData(base_url+'user/me/playlists')
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 39, in getRemoteData
                                                listResult =jsonDeserializer.decode(jsonResult)
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 364, in decode
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
                                              File "/storage/.kodi/addons/plugin.audio.deezer/Json2Python.py", line 23, in dict_to_object
                                                class_ = getattr(module, class_name)
                                            AttributeError: 'module' object has no attribute 'Oauthexception'
                                            -->End of Python script error report<--
12:49:33 2544.315186 T:1962737664   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=myPlaylists
12:49:33 2544.316650 T:1962737664   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=myPlaylists) failed
12:50:45 2615.514893 T:1952445344  NOTICE: CAESinkPi:AddPackets Underrun (delay:0.00 frames:2205)
12:52:01 2692.246338 T:1806410656   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: 'module' object has no attribute 'Oauthexception'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.deezer/deezer.py", line 117, in <module>
                                                deezerApi.getMyPlaylists()
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 91, in getMyPlaylists
                                                listResult =self.getRemoteData(base_url+'user/me/playlists')
                                              File "/storage/.kodi/addons/plugin.audio.deezer/DeezerAPI.py", line 39, in getRemoteData
                                                listResult =jsonDeserializer.decode(jsonResult)
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 364, in decode
                                              File "/home/stephan/projects/openelec-7.0/build.OpenELEC-RPi.arm-6.95.2/Python-2.7.11/.install_pkg/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
                                              File "/storage/.kodi/addons/plugin.audio.deezer/Json2Python.py", line 23, in dict_to_object
                                                class_ = getattr(module, class_name)
                                            AttributeError: 'module' object has no attribute 'Oauthexception'
                                            -->End of Python script error report<--
12:52:02 2692.618408 T:1962737664   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=myPlaylists
12:52:02 2692.621094 T:1962737664   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=myPlaylists) failed

Thank you, Catalin