Transmission not working - is name resolution broken?

Hi,

Trying to run transmission on a Raspberry PI 4:

$ docker inspect -f '{{ index .Config.Labels "build_version" }}' transmission
Linuxserver.io version:- 3.00-r2-ls80 Build-date:- 2021-03-04T03:42:29+00:00

getting no specific error but nothing seems to actually work. After some digging, I’m seeing this weird name resolution issue:

$ docker exec -it transmission /bin/bash
$ bash -c 'cat < /dev/null > /dev/tcp/172.217.168.68/80'; echo $?
0
$ bash -c 'cat < /dev/null > /dev/tcp/www.google.com/80'; echo $?
bash: line 1: www.google.com: Try again
bash: line 1: /dev/tcp/www.google.com/80: Invalid argument
1

I don’t see any similar issue when checking name resolution in the host or in another container.

I am a newbie when it comes to docker. Am I holding it wrong?

thanks

I’ve this same problem. It wold be nice that someone could help us!
Thanks