You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This container has been running without issue for quite awhile. All the sudden I'm getting 404 for the WebGUI. Kettu and Combustion seem to work fine if I switch over to them, but would prefer 'transmission-web-control' if I can get it back.
Getting this error in the logs:
[2025-01-24 22:53:50.690] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/transmission-web-control/index.html': No such file or directory (2) (utils.cc:105)
Expected Behavior
The index page to load as usual.
How have you tried to solve the problem?
I can see the following files in /opt/transmission-ui
combustion-release
flood-for-transmission
kettu
shift
transmissionic
Nothing else is there.
Log output
[2025-01-24 22:53:50.690] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/transmission-web-control/index.html': No such file or directory (2) (utils.cc:105)
HW/SW Environment
- OS: Unraid
- Docker: 27.0.3
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Please see commit log. As you are using dev branch check there. I dropped support for web control as it’s broken and was blocking the build. Feel free to submit a PR if you can get it working again else it’s good bye
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
docker run
-d
--name='Transmission_VPN'
--net='bridge'
--pids-limit 2048
--privileged=true
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="Transmission_VPN"
-e 'OPENVPN_USERNAME'='xxx'
-e 'OPENVPN_PASSWORD'='xxx'
-e 'OPENVPN_CONFIG'='xxx'
-e 'OPENVPN_PROVIDER'='PIA'
-e 'LOCAL_NETWORK'='192.168.0.0/16'
-e 'TRANSMISSION_RPC_USERNAME'='xxx'
-e 'TRANSMISSION_RPC_PASSWORD'='xxx'
-e 'OPENVPN_OPTS'='--inactive 3600
--ping 10
--ping-exit 60
--mute-replay-warnings'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='true'
-e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='true'
-e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='15'
-e 'TRANSMISSION_CACHE_SIZE_MB'='10'
-e 'TRANSMISSION_WEB_UI'='transmission-web-control'
-e 'GLOBAL_APPLY_PERMISSIONS'='false'
-e 'WEBPROXY_ENABLED'='false'
-e 'PIA_OPENVPN_CONFIG_BUNDLE'='openvpn-tcp'
-e 'TRANSMISSION_DOWNLOAD_DIR'='/data/torrents/completed'
-e 'TRANSMISSION_INCOMPLETE_DIR'='/data/torrents/incomplete'
-e 'TRANSMISSION_WATCH_DIR'='/data/torrents/watch'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:9091]/'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/activ/docker-templates/master/activ/images/transmission-icon.png'
-p '8091:9091/tcp'
-v '/mnt/user/data':'/data':'rw'
-v '/mnt/user/appdata/transmission/':'/config':'rw'
--cap-add=NET_ADMIN
--restart=always
--log-opt max-size=50m
--log-driver json-file
--dns 8.8.8.8
--dns 1.1.1.1 'haugene/transmission-openvpn:dev'
Current Behavior
This container has been running without issue for quite awhile. All the sudden I'm getting 404 for the WebGUI. Kettu and Combustion seem to work fine if I switch over to them, but would prefer 'transmission-web-control' if I can get it back.
Getting this error in the logs:
[2025-01-24 22:53:50.690] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/transmission-web-control/index.html': No such file or directory (2) (utils.cc:105)
Expected Behavior
The index page to load as usual.
How have you tried to solve the problem?
I can see the following files in /opt/transmission-ui
Nothing else is there.
Log output
[2025-01-24 22:53:50.690] ERR utils.cc:105 Couldn't read '/opt/transmission-ui/transmission-web-control/index.html': No such file or directory (2) (utils.cc:105)
HW/SW Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: