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

[BUG] <title>cannot get torrents to download and docker has access to write in the download folder #328

Closed
1 task done
theoneakta opened this issue Oct 3, 2024 · 2 comments

Comments

@theoneakta
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

downloads go to errored right away

Expected Behavior

go to download

Steps To Reproduce


services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
volumes:
- /opt/docker/qbittorrent/appdata:/config
- /media/windowsshare/sr/tv_post_processing/sr:/downloads #optional

ports:
  - 8080:8080
  - 6881:6881
  - 6881:6881/udp
restart: unless-stopped

Environment

- OS: docker on linux
- How docker service was installed:
docker-compose see above

CPU architecture

x86-64

Docker creation

docker-compose up -d

Container logs

mbmondor@docker-apps:/opt/docker/qbittorrent$ docker logs qbittorrent
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.6.7-r0-ls352
Build-date: 2024-09-22T06:52:38+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8080

Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.
Copy link

github-actions bot commented Oct 3, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@theoneakta
Copy link
Author

permissions issues. thanks i mounted my docker with the proper permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant