Describe the bug
Auth.py does not install when installing mycroft-spotify. When running Auth.py SpotifyOAuth is loaded from the wrong package and thus fails.
To Reproduce
Steps to reproduce the behavior:
- Try to run Auth.py
- It will fail because it cannot "from spotipy import SpotifyOAuth"
Expected behavior
Importing SpotifyOAuth
Solution
- SCP Auth.py manually into /opt/mycroft/skills/mycroft-spotify.forslund/
- Change "from spotipy import SpotifyOAuth" to "from spotipy.oauth2 import SpotifyOAuth"
Environment (please complete the following information):
- Device type: Ras Pi 3
- OS: Picroft
- Mycroft-core version: Don't know
Additional context
I am sorry. This is literally my first time on GitHub and I am no developer or have any experience. Bear with me if anything is unconventional.
Describe the bug
Auth.py does not install when installing mycroft-spotify. When running Auth.py SpotifyOAuth is loaded from the wrong package and thus fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Importing SpotifyOAuth
Solution
Environment (please complete the following information):
Additional context
I am sorry. This is literally my first time on GitHub and I am no developer or have any experience. Bear with me if anything is unconventional.