-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unacceptable file type, only regular file is allowed. #53
Comments
I tried this one and the other one, both do it, And after reading through Google, this error plagues qbittorrent, and they never give a reason as to why it happens. They just say "disable Webui". Not a solution. |
I am able to replicate. Still figuring out what is triggering this so that I can implement a fix. Related VueTorrent issue: VueTorrent/VueTorrent#1736 |
After some troubleshooting, I think this is because the LinuxServer scripts think the mod has already been applied.
If your logs look like number 2 and you don't see the To fix, you can either remove the state file and restart:
Or you can recreate the container:
|
I have the manual version installed and just woke up. Give me about an hour to get my eyes open, and I'll remove the manual, reinstall yours, and check the logs and report back. Appreciate it. |
Initial log:
Removing the file and doing a restart appears to work. |
Done that, ans now I se this in the container log: |
mod-init] Running Docker Modification Logic |
My fault! The ui path was wrong in my qBittorent.conf! |
@glanc That makes sense! I wish qBittorrent served a more helpful error when that happened, and then fell back to serving the built-in web UI... |
It seemed like it would. I'll continue to see if I can fully replicate. Let me know if it happens again! |
@daNutzzzzz Moving conversation from #56 to here. Are you still having this issue? If so, can you post your container logs? |
Hi, no, there was another QBT update and it worked again. |
@gabe565 Hi. I am getting the same issue after the jump to qBittorrent 5.0.1 to address CVE-2024-51774 but my logs are saying:
Your workaround does not seem to help. This did not happen with 4.6.3, which is what I was running just prior to the update. |
Hi I'm seeing this issue now with the following setup:
Here are my logs:
|
Got around this issue by using DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest insead from the instructions here: https://github.com/VueTorrent/VueTorrent/wiki/Installation#using-lsio-docker-mod |
Hello,
it seems that I cannot use anymore the vuetorrent ui, I get the error in the title. If I change the ui to nightwalker in qBittorent.conf in the docker volume, it works. I was using the vuetorrent ui until yesterday. After starting the docker, I cannot find the vuetorrent folder in the default config dir.
This is my docker:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
cap_add:
- NET_ADMIN
network_mode: service:gluetun
depends_on:
gluetun:
condition: service_started
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Rome
- WEBUI_PORT=9080
- DOCKER_MODS=ghcr.io/gabe565/linuxserver-mod-vuetorrent
- LAN_NETWORK=192.168.111.0/24
volumes:
- .qbit_config:/config
- /mnt/data/torrents:/data/torrents
restart: always
labels:
- autoheal=true # Required for willfarrell/docker-autoheal
- com.centurylinklabs.watchtower.enable=true
healthcheck:
# Required for willfarrell/docker-autoheal
test: curl --fail --ipv4 https://google.com || exit 1
interval: 60s
timeout: 5s
retries: 3
The logs:
(N) 2024-06-14T16:45:49 - qBittorrent v4.6.5 started
(N) 2024-06-14T16:45:49 - Using config directory: /config/qBittorrent
(N) 2024-06-14T16:45:49 - Trying to listen on the following list of IP addresses: "0.0.0.0:10154,[::]:10154"
(I) 2024-06-14T16:45:49 - Peer ID: "-qB4650-"
(I) 2024-06-14T16:45:49 - HTTP User-Agent: "qBittorrent/4.6.5"
(I) 2024-06-14T16:45:49 - Distributed Hash Table (DHT) support: ON
(I) 2024-06-14T16:45:49 - Local Peer Discovery support: ON
(I) 2024-06-14T16:45:49 - Peer Exchange (PeX) support: ON
(I) 2024-06-14T16:45:49 - Anonymous mode: ON
(I) 2024-06-14T16:45:49 - Encryption support: ON
(I) 2024-06-14T16:45:49 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/10154"
(I) 2024-06-14T16:45:49 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/10154"
(I) 2024-06-14T16:45:49 - Successfully listening on IP. IP: "172.30.172.2". Port: "TCP/10154"
(I) 2024-06-14T16:45:49 - Successfully listening on IP. IP: "172.30.172.2". Port: "UTP/10154"
(I) 2024-06-14T16:45:49 - IP geolocation database loaded. Type: DBIP-Country-Lite. Build time: Sat Jun 1 02:35:40 2024.
(N) 2024-06-14T16:45:49 - Using custom WebUI. Location: "/config/qBittorrent/vuetorrent".
(W) 2024-06-14T16:45:49 - Couldn't load WebUI translation for selected locale (en).
(N) 2024-06-14T16:45:49 - WebUI: Now listening on IP: *, port: 9080
(N) 2024-06-14T16:47:02 - WebAPI login success. IP: ::ffff:172.30.172.30
(N) 2024-06-14T16:47:03 - WebAPI login success. IP: ::ffff:172.30.172.20
(N) 2024-06-14T16:47:03 - WebAPI login success. IP: ::ffff:172.30.172.10
The text was updated successfully, but these errors were encountered: