linuxserver / docker-transmission

GNU General Public License v3.0
577 stars 179 forks source link

transmission-remote: (http://localhost:9091/transmission/rpc/) Couldn't connect to server[BUG] <title> #234

Closed anarchopossum closed 1 year ago

anarchopossum commented 1 year ago

Is there an existing issue for this?

Current Behavior

Hello, So I tried using the docker compose script given, only thing i have changed in the script is the download, config and watch folders to my mounted drive.

I ran docker compose up and i help getting this error transmission | [2023-02-21 21:10:58.926] transmission-remote: (http://localhost:9091/transmission/rpc/) Couldn't connect to server and at the bottom transmission | tail: invalid PID: ‘’

image

Expected Behavior

No response

Steps To Reproduce

  1. make docker-compose file in ~/docker/transmission
  2. Paste given compose info into compose file
  3. modify the locations for downloads, config, and watch
  4. run command docker compose up

Environment

- OS: Rasbian headless
- How docker service was installed:
generic docker one line install

CPU architecture

arm64

Docker creation

docker compose up

Container logs

> docker logs linuxserver.io
Error response from daemon: No such container: linuxserver.io
github-actions[bot] commented 1 year ago

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

j0nnymoe commented 1 year ago

You left the optional peer port variable in it unedited.

anarchopossum commented 1 year ago

Sorry for the late response I removed that portion of the config file. but i still get an tail invalid PID error.

Here is my Compose File


version: "2.1" services: transmission: image: lscr.io/linuxserver/transmission:latest container_name: transmission environment:

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago
  • "HOST_WHITELIST=dnsname list" #optional

you have a host_whitelist which is invalid

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago

closing, OP didn't read the readme and hasn't responded.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity