I set up WordPress blogging per the help and screencast instructions. When I fetch posts (I just did an svn up on the bundle, so I’m at v.5327), I get the following error:
/usr/lib/ruby/1.8/xmlrpc/client.rb:535:in `do_rpc': HTTP-Error: 406 Not Acceptable (RuntimeError)
from /usr/lib/ruby/1.8/xmlrpc/client.rb:409:in `call2'
from /usr/lib/ruby/1.8/xmlrpc/client.rb:399:in `call'
from /Library/Application Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/metaweblog.rb:31:in `getRecentPosts'
from /Library/Application Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:546:in `fetch'
from /Library/Application Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:545:in `popen'
from /Library/Application Support/TextMate/Support/lib/progress.rb:11:in `call_with_progress'
from /Library/Application Support/TextMate/Bundles/Blogging.tmbundle/Support/lib/blogging.rb:545:in `fetch'
from /tmp/temp_textmate.mU5BiJ:3
The setup is:
# List of Blogs
#
# Enter a blog name followed by the endpoint URL
#
# Blog Name URL
finesite http://admin@myfinesite.com/wp/xmlrpc.php
Is this a familiar result and is there something stupid I’m missing? BTW: There is an admin user for the blog and I’ve tried:
- siteadmin@myfinesite.com
- admin@www.myfinesite.com
Not sure where to go from here. Help appreciated!
Thanks