atrijitdasgupta / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

Unable to parse response #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy the example Main
2. Set the username/password and url to wp
3. run it

What is the expected output? What do you see instead?
The user info, but always get the same error:

[Fatal Error] :23:24: The entity "laquo" was referenced, but not declared.
Exception in thread "main" redstone.xmlrpc.XmlRpcException: The response could 
not be parsed.
    at redstone.xmlrpc.XmlRpcClient.handleResponse(Unknown Source)
    at redstone.xmlrpc.XmlRpcClient.endCall(Unknown Source)
    at redstone.xmlrpc.XmlRpcClient.invoke(Unknown Source)
    at redstone.xmlrpc.XmlRpcProxy.invoke(Unknown Source)
    at net.bican.wordpress.$Proxy5.getUserInfo(Unknown Source)
    at net.bican.wordpress.Wordpress.getUserInfo(Wordpress.java:604)

What version of the product are you using? 
0.5.1
On what operating system? 
IOS 
Which wordpress version?
3.9

Please provide any additional information below, including web server error
logs if related.
Hope you can help, package could be very helpfull

Original issue reported on code.google.com by paul.van...@gmail.com on 8 Sep 2014 at 3:37

GoogleCodeExporter commented 9 years ago
Can you check if the user or the password contains special characters, such as 
"«" ?

Original comment by c...@bican.net on 9 Sep 2014 at 12:43

GoogleCodeExporter commented 9 years ago
BTW, are you really using this on an iphone? I'd really like to know how :)

Original comment by c...@bican.net on 9 Sep 2014 at 12:44

GoogleCodeExporter commented 9 years ago
I solved it, forgot to add xmlrpc.php to the server url and I ment OSX (not 
IOS). Anyway, thanks for the reply

Original comment by paul.van...@gmail.com on 9 Sep 2014 at 12:46

GoogleCodeExporter commented 9 years ago
Cheers,

Original comment by c...@bican.net on 9 Sep 2014 at 12:50