jozedk / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 0 forks source link

can't connect on mac. blank dialog box. #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trying to connect through http to aremoe server yields a blank dialog box

What is the expected output? What do you see instead?
i see a blank dialog box, unlike when i use wrong settings on purpose i get
a proper error message.

What version of the product are you using? On what operating system?

mac, tiger

Please provide any additional information below.

 rtorrent is running fine and scgi as well, because i can access it using
wtorrent just fine

Original issue reported on code.google.com by jonathan...@googlemail.com on 8 Sep 2008 at 10:14

GoogleCodeExporter commented 8 years ago
please supply the log file located in $HOME/.ntorrent/

Original comment by kei...@gmail.com on 11 Sep 2008 at 4:14

GoogleCodeExporter commented 8 years ago
please let me know what kind of further information you would need (logs etc.)

Original comment by wea.plan...@googlemail.com on 11 Sep 2008 at 7:14

GoogleCodeExporter commented 8 years ago
i just did..., please supply the ntorrent log file, as previously stated.

Original comment by kei...@gmail.com on 11 Sep 2008 at 9:23

GoogleCodeExporter commented 8 years ago
Same issue here. I'm attaching the file .ntorrent/log/ntorrent.0 -
.ntorrent/log/ntorrent is empty.

Original comment by gaetan.l...@gmail.com on 13 Sep 2008 at 7:51

Attachments:

GoogleCodeExporter commented 8 years ago
well i see you have two issues. the first is that your using an old version of
xmlrpc-c on the server side.

Caused by: redstone.xmlrpc.XmlRpcFault: Unsupported XMLRPC dialect selected.

the other is that you are using the apple skin which is not serializable, 
therefore
cannot save profile settings.

ATTENTION: writing aborted; java.io.NotSerializableException: 
apple.laf.CoreUIControl

read the installation guide and get the correct xmlrpc-c version for rtorrent. 
and
for the profile settings bug you will have to set the skin to the default java 
metal
skin. if you wish to save profile settings instead of typing them in each time 
you
start the application.

Original comment by kei...@gmail.com on 14 Sep 2008 at 7:09

GoogleCodeExporter commented 8 years ago
Thanks for the reply on both problems. It would be nice if you can add an error
message like "Rtorrent seems to be built with a too old xmlrpc-c. Maybe you 
should
rebuild it with a newer xmlrpc-c?", and "Profile can't be saved with aqua skin.
Please chose a different one.". It would make the life of the user a bit easier 
:-)

Original comment by gaetan.l...@gmail.com on 14 Sep 2008 at 7:31

GoogleCodeExporter commented 8 years ago
the reason for these empty error messages is because im not throwing my own 
custom
made exceptions with clarifying error messages. Why im not throwing my own is 
just to
keep the code clean at the moment. You can expect more thorough error messages 
when
nTorrent gets to version 1.0

Original comment by kei...@gmail.com on 14 Sep 2008 at 8:35