Is there an existing issue for this?
Current Behavior
Hey,
I've the problem on the current develop branch, that I can't open the edit menu for changing the download target folder location or the download password.
If I press the pencil icon, the download expanse (like when I just click on the download itself).
On latest it works, but develop seems to be buggy. Sadly I can't use latest, because this does not download ddownload stuff.
T
Expected Behavior
Open the download edit menu
Steps To Reproduce
- Create a new download in packages
- Press the pencil icon
- See nothing
Environment
- OS: Linux homemedia 6.1.0-30-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.124-1 (2025-01-12) x86_64 GNU/Linux
- How docker service was installed:
apt-get
CPU architecture
x86-64
Docker creation
docker-compose.yml
services:
pyload:
image: ghcr.io/linuxserver/pyload-ng:develop
container_name: pyload-ng
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./config/:/config
- ../plex/data/media/:/downloads
ports:
- 8000:8000
- 7227:7227 #optional
restart: on-failure
Container logs
Is there an existing issue for this?
Current Behavior
Hey,
I've the problem on the current develop branch, that I can't open the edit menu for changing the download target folder location or the download password.
If I press the pencil icon, the download expanse (like when I just click on the download itself).
On latest it works, but develop seems to be buggy. Sadly I can't use latest, because this does not download ddownload stuff.
T
Expected Behavior
Open the download edit menu
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
docker-compose.yml services: pyload: image: ghcr.io/linuxserver/pyload-ng:develop container_name: pyload-ng environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config/:/config - ../plex/data/media/:/downloads ports: - 8000:8000 - 7227:7227 #optional restart: on-failureContainer logs
Nothing special in logs