MeisterGit / wordpress-java

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

Doesn't work with Wordpress 3.2.1 #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. posting via xmlrpc 

What is the expected output? What do you see instead?

I see a Exception:

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.$Proxy1.getRecentPosts(Unknown Source)
        at net.bican.wordpress.Wordpress.getRecentPosts(Wordpress.java:497)
        at autopost.AutoPoster.loadRecentPosts(AutoPoster.java:124)
        at autopost.AutoPoster.run(AutoPoster.java:62)
        at autopost.AutoPoster.processProfiles(AutoPoster.java:44)
        at autopost.Main.main(Main.java:30)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for 
URL: http://www.xxx.xxx/xmlrpc.php
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)

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

jwordpress-0.4
xmlrpc-client-1.1
WordPress 3.2.1

Please provide any additional information below.

Since the update of Wordpress, it stopped working

Original issue reported on code.google.com by m...@robertgering.de on 17 Jul 2011 at 11:35

GoogleCodeExporter commented 9 years ago
I'll have a look at it. Meanwhile, have you checked the error logs of the 
server? Any useful clues are welcome.

Original comment by can.bican@gmail.com on 18 Jul 2011 at 3:25

GoogleCodeExporter commented 9 years ago
Unfortunately, it works for me. I posted a test message on 3.2.1.

Original comment by can.bican@gmail.com on 16 Aug 2011 at 12:26