You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got mopidy running using docker compose.
but spotify extension seems to be down? (according to the webinterface - I was able to login)
I got my api id and key in the config.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
consumer47
changed the title
spotify not working due to spotify being not allowing password authentication anymore ?
spotify not working due to spotify not allowing password authentication anymore ?
Jan 5, 2025
I got mopidy running using docker compose.
but spotify extension seems to be down? (according to the webinterface - I was able to login)
I got my api id and key in the config.
What am I doing wrong?
version: '3.8'
services:
mopidy:
image: wernight/mopidy:latest
container_name: mopidy
ports:
- "6680:6680"
volumes:
- ./config:/root/.config/mopidy
- ./data:/root/.local/share/mopidy
restart: unless-stopped
The text was updated successfully, but these errors were encountered: