piejanssens / premiumizer

Download manager for premiumize.me cloud downloads
MIT License
172 stars 45 forks source link

Adding a second task cancels the first one #263

Closed nihilist77 closed 3 years ago

nihilist77 commented 4 years ago

When a second task is added, the first one hangs up. I have Max Simultaneous downloads and Download threads both set to 1.

pm1

In here, I have added the top one after the bottom one. When the top one is added, the bottom one is stopped downloading and the top one started right away. Pausing and resuming the bottom one doesn't do anything.

I am running premiumizer in a docker container, this is the latest version. Docker run parameters are,

docker run \
  -d \
  --name=premiumizer \
  -e PUID=1024 \
  -e PGID=100 \
  -e TZ=America/Los_Angeles \
  -p 5656:5000 \
  -v /dir1/config:/conf \
  -v /dir1/torrents:/blackhole \
  -v /dir1/downloads:/downloads \
  --restart unless-stopped \
  piejanssens/premiumizer:latest
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

Feel free to reopen if the issue persists on the latest version.