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

[ERROR] Unable to login to Deezer #93

Open
fijibestwater opened this issue Mar 25, 2024 · 0 comments
Open

[ERROR] Unable to login to Deezer #93

fijibestwater opened this issue Mar 25, 2024 · 0 comments

Comments

@fijibestwater
Copy link

Describe the bug
When I try to login with my ARL on the deemix GUI it fails.

To Reproduce

  1. Go to deemix on port 6595
  2. Paste my ARL code and click force update ARL.
  3. It gets stuck saying "Logging in"

Expected behavior
my log in is accepted by deezer.

Screenshots
Screenshot 2024-03-25 at 10 15 09 AM

System info (please complete the following information):

  • Synology DSM 7.2.1
  • Container manager v20.10.23

docker-compose.yml:

  lidarr:
    image: youegraillot/lidarr-on-steroids
    container_name: lidarr
    environment:
     - PGID=1028
     - PUID=65536
     - TZ=America/Chicago
     - UMASK=022
    restart: unless-stopped
    ports:
      - 8686:8686 # Lidarr web UI
      - 6595:6595 # Deemix web UI
    volumes:
      - /volume1/docker/lidarr:/config
      - /volume1/docker/lidarr:/config_deemix
      - /volume1/data/downloads:/downloads
      - /volume1/data/:/data
    network_mode: stupidbridge
    security_opt:
      - no-new-privileges:true

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