transgui icon indicating copy to clipboard operation
transgui copied to clipboard

"Host not found" error

Open reedy opened this issue 7 years ago • 12 comments

screen shot 2017-12-04 at 18 21 45

Is there any other reasons for this "Host not found" error?

My laptop can resolve the hostname, and can connect to it fine via HTTP. I've seen it on a few different networks/ISPs, but where I am is currently weird. I'm at my parents, which is the same network setup, and same ISP as I have at my flat.. But it's seemingly not working today for a while. Restarting the app did fix it a bit later...

Relatedly... How do I get more debugging information out of the app? Or a log, to help diagnose things like this?

On 5.12, seen it on older versions too. macOS 10.13.1

Thanks!

reedy avatar Dec 04 '17 18:12 reedy

Seems to be related to changing networks. Restarting the app fixes it... but it shouldn't spend all day just trying to reconnect, and failing for some reason

reedy avatar Dec 21 '17 16:12 reedy

It will be difficult to repeat your situation. This can be a problem both in the program and in the operating system.

leonsoft-kras avatar Dec 26 '17 16:12 leonsoft-kras

It will be difficult to repeat your situation.

Connect to a remote instance of transmission. Change networks. Watch how the app behaves

reedy avatar Dec 26 '17 19:12 reedy

What does it mean to change the network?

leonsoft-kras avatar Dec 27 '17 12:12 leonsoft-kras

In my unexpected testing, I've been changing wifi networks, to ones where it's then behind a different internet connection (usually in a different location, but this part shouldn't make any difference)

reedy avatar Dec 27 '17 13:12 reedy

I have the same error when trying to connect to my MiBox's Transmission. I'm on the same network, but always get host not found, but I can connect using web interface. tried to set a password but it didn't help.

Danimatos avatar Jul 23 '18 01:07 Danimatos

write (you can change some letters, numbers):

  • web interface connection address
  • the address registered in TRG
  • port, registered in TRG
  • rpc path
  • the result of the ping utility (ping addrMiBox)
  • the result of the port check, its availability (for example, the netlab utility) default

leonsoft-kras avatar Jul 23 '18 10:07 leonsoft-kras

EDIT!! I've found what I was doing wrong The HTTP://

Here what I've found. Tried to set a password, but it didn't help, turning on or off SSL doesn't make any difference. transmission transmission2 transmission3 transmission4 transmission5

Danimatos avatar Jul 23 '18 16:07 Danimatos

host remoto == 192.168.1.32 (no http://)

port scan - the test port is available

leonsoft-kras avatar Jul 23 '18 23:07 leonsoft-kras

Seems that I have the same issue today, didn't change anything to my config, but I get "Host not found", even though ping works, and I tried a curl request to the RPC endpoint and it works as well. My DNS works well too. Just to be sure I used "google.com" as the server host and transgui also said "host not found" straight away. It used to work until a couple of days ago, very weird issue.

If entering an IP address as the host, it connects to it, but it doesn't work as I have multiple hosts on this server, and the default host doesn't serve the transmission RPC server but a website.

I'm on Debian with version 5.17.0.

Thanks.

bohwaz avatar Mar 02 '20 23:03 bohwaz

Same issue here on macOS Catalina. Connecting via hostname doesn't work. Connecting via IP address works.

sentience avatar Apr 28 '20 11:04 sentience

I ran into this issue today, which I think was due to my config does having only IPv6 DNS servers. Adding a IPv4 resolver fixed it.

Can anyone else confirm that this is the case?

I am on Fedora 36.

miyurusankalpa avatar Aug 24 '22 17:08 miyurusankalpa