xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Check_port doesn't use the randomly assigned port #802

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have check_port Plugin instlalled.
2. Set configuration to use a random listening port (I have 51777-51780)
3. Restart rTorrent until it randomly selects a port that isn't the start of 
the range (not 51777 in my case)
4. Open ruTorrent, the check port widget on the status bar.

What is the expected output?
I would expect to see the check port widget checking the currently used 
listening port.
What do you see instead?
I see the check port widget checking the port at the start of the port range.

What environment are you using?
1. My ruTorrent version is 3.5
2. My rTorrent version is 0.8.6/0.12.6
3. I use web-server lighttpd it version is 1.4.32 on OS GNU Linux (Synology DSM 
4.2)
4. I use browser Chrome it version is 24.0.1312.57 m on OS Windows 7

Are some errors present in the web-server log? nil

Are some errors present in the browser error console? Nil

Please provide any additional information below.

Original issue reported on code.google.com by casey.mi...@gmail.com on 18 Feb 2013 at 11:58

GoogleCodeExporter commented 8 years ago
Method for obtaining a real value of random port doesn't exist in the XMLRPC 
API for 0.8.6. It accessible since 0.8.9 only.

Original comment by novik65 on 19 Feb 2013 at 4:27