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

404 at index #2911

Closed
7 of 8 tasks
aldumil opened this issue Jan 24, 2025 · 1 comment
Closed
7 of 8 tasks

404 at index #2911

aldumil opened this issue Jan 24, 2025 · 1 comment

Comments

@aldumil
Copy link

aldumil commented Jan 24, 2025

Is there a pinned issue for this?

  • I have read the pinned issues and could not find my issue

Is there an existing or similar issue/discussion for this?

  • I have searched the existing issues
  • I have searched the existing discussions

Is there any comment in the documentation for this?

  • I have read the documentation, especially the FAQ and Troubleshooting parts

Is this related to a provider?

  • I have checked the provider repo for issues
  • My issue is NOT related to a provider

Are you using the latest release?

  • I am using the latest release

Have you tried using the dev branch latest?

  • I have tried using dev branch

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

  • 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

@pkishino
Copy link
Collaborator

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

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

No branches or pull requests

2 participants