Skip to content

[BUG] Medusa is no longer able to connect with webui qbittorrent. #439

Description

@st3rv1s

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I downgraded from 5.2.0 to 51.4 and function started working again.

Expected Behavior

No response

Steps To Reproduce

Install qbitorrent 5.2.0

Environment

- OS:
- How docker service was installed:

CPU architecture

arm64

Docker creation

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
      - TORRENTING_PORT=6881
    volumes:
      - /path/to/qbittorrent/appdata:/config
      - /path/to/downloads:/downloads #optional
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    stop_grace_period: "10s" #optional
    restart: unless-stopped

Container logs

don't have them anymore.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions