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

Auth not working #28

Open
AldieryGonzalez opened this issue Jan 22, 2025 · 1 comment
Open

Auth not working #28

AldieryGonzalez opened this issue Jan 22, 2025 · 1 comment

Comments

@AldieryGonzalez
Copy link

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/ulauncher/api/client/Client.py", line 54, in on_message
self.extension.trigger_event(event)
File "/usr/lib/python3/dist-packages/ulauncher/api/client/Extension.py", line 52, in trigger_event
action = listener.on_event(event, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home//.local/share/ulauncher/extensions/com.github.the-lay.ulauncher-spotify-api/main.py", line 407, in on_event
return self.on_preferences(event.preferences)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home//.local/share/ulauncher/extensions/com.github.the-lay.ulauncher-spotify-api/main.py", line 425, in on_preferences
self._generate_api()
File "/home//.local/share/ulauncher/extensions/com.github.the-lay.ulauncher-spotify-api/main.py", line 171, in _generate_api
self.api = spotipy.Spotify(auth_manager=auth)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home//.local/lib/python3.12/site-packages/spotipy/client.py", line 166, in init
self._build_session()
File "/home//.local/lib/python3.12/site-packages/spotipy/client.py", line 193, in _build_session
retry = urllib3.Retry(
^^^^^^^^^^^^^^
TypeError: Retry.init() got an unexpected keyword argument 'method_whitelist'

@AldieryGonzalez
Copy link
Author

Finally had some time to look into the issue, it looks like my version of python does not support the older version of urlib3 or something along these lines because i have the correct version of the dependencies.

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