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] I/O error sometimes #338

Open
1 task done
mjeed02 opened this issue Oct 23, 2024 · 2 comments
Open
1 task done

[BUG] I/O error sometimes #338

mjeed02 opened this issue Oct 23, 2024 · 2 comments

Comments

@mjeed02
Copy link

mjeed02 commented Oct 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

qbittorrent work (downloading) for a long time then it stop working (stop downloading) and giving me an i/o error

Expected Behavior

it downloads with no i/o error

Steps To Reproduce

1.i add a Torrents (magnet)
2.it download for some time
3.it stop downloading and giving me an i/o error

Environment

- OS:Ubuntu server 24.04
- How docker service was installed: docker-compose file and a .env

CPU architecture

x86-64

Docker creation

command: docker-compose -f qbittorrent.yml --env-file .env up -d

---.env file                                                                                                    PGID=1000
PUID=1000
TZ=Europe/Rome
DOCKERSTORAGEDIR=/mnt/media/hdd20tb
COMPOSE_PROJECT_NAME=selfhosted-media


---yml file
version: "3.8"

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      PGID: ${PGID}
      PUID: ${PUID}
      TZ: ${TZ}
      WEBUI_PORT: 8008
    restart: unless-stopped
    volumes:
      - ./qbittorrent:/config
      - /mnt/media/hdd20tb:/mnt/hdd20tb:rw
    ports:
      - 8008:8008

Container logs

[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: 5.0.0-r1-ls357
Build-date: 2024-10-08T10:12:23+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:8008
The WebUI administrator username is: admin
The WebUI administrator password was not set. A temporary password is provided for this session: 5Qf64MgkC
You should set your own password in program preferences.
Connection to localhost (127.0.0.1) 8008 port [tcp/*] succeeded!
[ls.io-init] done.
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8008
Connection to localhost (127.0.0.1) 8008 port [tcp/*] succeeded!
Shows
this should go to: /mnt/hdd20tb/pre-import/Shows
folder: Shows
is this correct? cp -lRf "/mnt/hdd20tb/torrents/Shows/Dont.Hug.Me.Im.Scared.2022.S01.1080p.ALL4.WEBRip.AAC2.0.x264-BTN[rartv]" "/mnt/hdd20tb/pre-import/Shows"
Anime
this should go to: /mnt/hdd20tb/pre-import/Anime
folder: Anime
is this correct? cp -lRf "/mnt/hdd20tb/torrents/Anime/[New-raws] Dandadan - 01~03 [1080p] [NF]" "/mnt/hdd20tb/pre-import/Anime"
Music
this should go to: /mnt/hdd20tb/pre-import/Music
folder: Music
is this correct? cp -lRf "/mnt/hdd20tb/torrents/tmp/Music/Kanye West ALAC" "/mnt/hdd20tb/pre-import/Music"
Music
this should go to: /mnt/hdd20tb/pre-import/Music
folder: Music
is this correct? cp -lRf "/mnt/hdd20tb/torrents/Music/Kanye West ALAC" "/mnt/hdd20tb/pre-import/Music"
Anime
this should go to: /mnt/hdd20tb/pre-import/Anime
folder: Anime
is this correct? cp -lRf "/mnt/hdd20tb/torrents/Anime/[NanakoRaws] Dandadan - 03 (BS-NTV 1920x1080 x265 AAC).mkv" "/mnt/hdd20tb/pre-import/Anime"
Anime
this should go to: /mnt/hdd20tb/pre-import/Anime
folder: Anime
is this correct? cp -lRf "/mnt/hdd20tb/torrents/Anime/[NanakoRaws] Dandadan - 03 (AT-X 1920x1080 x265 AAC).mkv" "/mnt/hdd20tb/pre-import/Anime"
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

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

   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: 5.0.0-r1-ls357
Build-date: 2024-10-08T10:12:23+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:8008
Connection to localhost (127.0.0.1) 8008 port [tcp/*] succeeded!
[ls.io-init] done.
Copy link

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

@j0nnymoe
Copy link
Member

This will be a host issue, not a container issue. Something is causing your drive to disconnect which will cause the problem. Containers won't detect when storage has been reconnected.

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

No branches or pull requests

2 participants