Skip to content

Special characters in passwords result in login failed #161

Description

@ridv

Describe the bug
A clear and concise description of what the bug is.

Had a password with % and $ characters in it and could not log in. Changed my password to not have any special characters and was finally able to log in. Not sure if it was the % or the $ character that was causing issues but I suspect it was $.

Before changing the password, I tried escaping it with \$ but still couldn't get it to work.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Change libro.fm password to include a $.
Attempt to log in using library.

Expected behavior
A clear and concise description of what you expected to happen.

Should be able to log in as long as the password is valid for the website itself.

Logs
Enable VERBOSE to get the real stuff. If applicable, add screenshots to help explain your problem.

** Environment **
libro-fm-downloader:

docker-compose.yml:

services:
  librofm-downloader:
    image: ghcr.io/burntcookie90/librofm-downloader:latest
    volumes:
      - /volume1/docker/librofm-downloader:/data
      - /volume1/media/Audiobooks/librofm:/media
    environment:
      - LIBRO_FM_USERNAME=<redacted>
      - LIBRO_FM_PASSWORD=<redacted>
      - SYNC_INTERVAL=w
    ports:
      # optional if you want to use the /update webhook
      - 9393:8080

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions