serrebi / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

The remote server returned an error: (401) Unauthorized. #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter password & user 
2. save & connect
3. retry & fail.

What is the expected output? What do you see instead?
The remote server returned an error: (401) Unauthorized.
Should connect but it doesn't.

What version of the product are you using? On what operating system?
v3.13 build 3655 (win7 ultimate)

Please provide any additional information below.
I've checked the registry and the password appears correctly there. I also
have changed the password on the server multiple time but still continues
to give me that error. Also selecting the options that clear or prevent
saving of passwords don't affect it and still receive the same error.

Original issue reported on code.google.com by chadpa...@gmail.com on 11 Feb 2010 at 7:04

GoogleCodeExporter commented 9 years ago
hmm, if you dont use ssl, first try to tcpdump the rpc call with wireshark 
(filter 
to Transmission port, like 9091). Search the http request, view with "follow 
tcp 
stream". There sould be a "Authorization: Basic" line, like this:
Authorization: Basic dXNlcjpwYXNzd29yZA==
Decode the base64 string 
(http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/Default.aspx):
this sould be your username and password, like: user:password

Original comment by elso.and...@gmail.com on 12 Feb 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Same Problem here.
Does not Save the Password.
Win Vista. Same Version as above.

Original comment by fo3nik5 on 14 Feb 2010 at 2:39

GoogleCodeExporter commented 9 years ago
ping

Original comment by elso.and...@gmail.com on 21 Feb 2010 at 10:50

GoogleCodeExporter commented 9 years ago
I had the same message until I realised that I had blocked the clients ip in 
the daemons config.

Original comment by buster.de on 10 Nov 2010 at 7:13

GoogleCodeExporter commented 9 years ago
If whitelist is enabled, and your ip is not is whitelist, the error code is 
403. The 401 is Unauthorized User, so either you use wrong user/pass, or TRD 
has a bug, and not send the auth info to T.

Original comment by elso.and...@gmail.com on 14 Nov 2010 at 9:50