Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load My playlists #3

Open
catalinvr opened this issue Apr 16, 2016 · 0 comments
Open

Unable to load My playlists #3

catalinvr opened this issue Apr 16, 2016 · 0 comments

Comments

@catalinvr
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant