jangidipramod / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

Error running the test application #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run server.py
2. Run Test application in android

The demo is not working, seems I have some problems in my environment
running the library. I got the error 'unknow error', raised in file
XMLRPCClient.java line 326 (HttpResponse response =
client.execute(postMethod);)

Looking at the python console, the connection never happend.

Using android sdk 1.0r2 on windows xp.

Thanks.

Original issue reported on code.google.com by mepartoc...@gmail.com on 24 Dec 2008 at 4:25

GoogleCodeExporter commented 9 years ago
Sorry, forgot to mention, I´m using the XMLRPC library downloaded from the 
tar.gz,
not from svn.

Thanks.

Original comment by mepartoc...@gmail.com on 24 Dec 2008 at 4:27

GoogleCodeExporter commented 9 years ago
did you try to access server using another xml-rpc client? e.g. using python's 
xmlrpclib

Original comment by psk...@gmail.com on 30 Dec 2008 at 4:17

GoogleCodeExporter commented 9 years ago
seems it's HttpClient code that trows exception, please submit complete 
exception 
traceback

Original comment by psk...@gmail.com on 30 Dec 2008 at 4:20

GoogleCodeExporter commented 9 years ago
you can get full traceback running adb logcat

Original comment by psk...@gmail.com on 30 Dec 2008 at 6:51

GoogleCodeExporter commented 9 years ago
Hi, it´s not a bug, I forget to copy the manifest file allowing the internet
permission: android.permission.INTERNET

Please close this ticket. Also tried the example on the main page, but only 
works
with the subversion code.

Thanks a lot,
Francisco.

Original comment by mepartoc...@gmail.com on 3 Jan 2009 at 7:27

GoogleCodeExporter commented 9 years ago
hmm, it should work from tar.gz as well.

what errors did you get?

Original comment by psk...@gmail.com on 7 Jan 2009 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by psk...@gmail.com on 18 Mar 2009 at 2:18