I just watched the fantastic screencast and got an immense desire to try it out. Alas, when I try to fetch posts I get this:
/usr/lib/ruby/1.8/xmlrpc/client.rb:535:in `do_rpc': HTTP-Error: 404 (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 /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/metaweblog.rb:31:in `getRecentPosts' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:542:in `fetch' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:541:in `popen' from /Users/haris/Library/Application Support/TextMate/Support/lib/ progress.rb:11:in `call_with_progress' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:541:in `fetch' from /tmp/temp_textmate.Eq92Lq:3
Any thoughts on how to troubleshoot this?
Haris
You're getting a 404 error. What is the endpoint you're using?
On Jun 20, 2006, at 5:30 PM, Charilaos Skiadas wrote:
I just watched the fantastic screencast and got an immense desire to try it out. Alas, when I try to fetch posts I get this:
/usr/lib/ruby/1.8/xmlrpc/client.rb:535:in `do_rpc': HTTP-Error: 404 (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 /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/metaweblog.rb:31:in `getRecentPosts' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:542:in `fetch' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:541:in `popen' from /Users/haris/Library/Application Support/TextMate/Support/lib/ progress.rb:11:in `call_with_progress' from /Users/haris/Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:541:in `fetch' from /tmp/temp_textmate.Eq92Lq:3
Any thoughts on how to troubleshoot this?
Haris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 21/6/2006, at 2:33, Brad Choate wrote:
You're getting a 404 error. What is the endpoint you're using?
You might want to upgrade WP if you’re not using 2.0 -- I read someone had to upgrade first, and if I do:
curl --head http://skiadas.dcostanet.net/afterthought/xmlrpc.php
Then I do get back:
HTTP/1.1 404
On Jun 20, 2006, at 7:40 PM, Allan Odgaard wrote:
On 21/6/2006, at 2:33, Brad Choate wrote:
You might want to upgrade WP if you’re not using 2.0 -- I read someone had to upgrade first, and if I
Yes, I think you are right. But upgrading will probably take some time, and if I am going to upgrade I was planning to move to Typo anyway. So I might just do that and hold off on testing the bundle a little longer.
Haris
On 21/6/2006, at 2:44, Charilaos Skiadas wrote:
[...] Yes, I think you are right. But upgrading will probably take some time
I also hate upgrading web-apps, but as someone who has upgraded from WP 1.5 to 2.0 it is fairly painless, especially since you use a default theme, so you only need to download their zip archive, extract it, then go to blog/update.php or similar, and it will upgrade the db to the new scheme -- of course you should backup first.
The 2.0 does have minor things that makes it worth it, like mass deletion of comments works, you do not get an email notify for your own comments, and, well, that’s basically all I’ve noticed ;)
On Jun 20, 2006, at 8:04 PM, Allan Odgaard wrote:
On 21/6/2006, at 2:44, Charilaos Skiadas wrote:
[...] Yes, I think you are right. But upgrading will probably take some time
I also hate upgrading web-apps, but as someone who has upgraded from WP 1.5 to 2.0 it is fairly painless, especially since you use a default theme, so you only need to download their zip archive, extract it, then go to blog/update.php or similar, and it will upgrade the db to the new scheme -- of course you should backup first.
You were right, it was pretty painless. The blogging bundle is up and running now., and it rocks!
The 2.0 does have minor things that makes it worth it, like mass deletion of comments works, you do not get an email notify for your own comments, and, well, that’s basically all I’ve noticed ;)
Haris
On Jun 20, 2006, at 7:33 PM, Brad Choate wrote:
You're getting a 404 error. What is the endpoint you're using?
This is the address: http://Haris@skiadas.dcostanet.net/afterthought/xmlrpc.php
It is Wordpress 1.5.1.2, but I actually don't seem to have xmlrpc.php. I think I might have removed it for security reasons or something. Now trying to see where I can find it again...
Btw, great work with the bundle!
Haris