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

installed in Libreelec but seem to be missing six ? #141

Open
jasonblewis opened this issue Mar 22, 2020 · 1 comment
Open

installed in Libreelec but seem to be missing six ? #141

jasonblewis opened this issue Mar 22, 2020 · 1 comment

Comments

@jasonblewis
Copy link

I've installed the addon in libreelec but I see this error in the logs when I run the addon:

2020-03-22 22:13:47.982 T:1937481248   ERROR: Control 55 in window 10502 has been asked to focus, but it can't
2020-03-22 22:13:48.706 T:1398014832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named six
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.spotify/plugin.py", line 11, in <module>
                                                from plugin_content import PluginContent
                                              File "/storage/.kodi/addons/plugin.audio.spotify/resources/lib/plugin_content.py", line 9, in <module>
                                                import spotipy
                                              File "/storage/.kodi/addons/plugin.audio.spotify/resources/lib/spotipy/__init__.py", line 2, in <module>
                                                from .client import Spotify, SpotifyException
                                              File "/storage/.kodi/addons/plugin.audio.spotify/resources/lib/spotipy/client.py", line 10, in <module>
                                                import six
                                            ImportError: No module named six
                                            -->End of Python script error report<--
2020-03-22 22:13:48.746 T:1406407536   ERROR: GetDirectory - Error getting plugin://plugin.audio.spotify/
2020-03-22 22:13:48.746 T:1937481248   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.spotify/) failed

Any ideas how to resolve this issue?

@jasonblewis
Copy link
Author

this was with version 1.1.59

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