Though I have been successful at getting the blogging bundle to work in Tiger, when I try to run it in Leopard and fetch a post I get the following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:54:in `open': execution expired (Timeout::Error) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:564:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/timeout.rb:56:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/timeout.rb:76:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:564:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:557:in `do_start' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:546:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:1044:in `request' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:1001:in `post2' ... 9 levels... from /Library/Application Support/TextMate/Support/lib/ui.rb:17:in `dialog' from /Library/Application Support/TextMate/Support/lib/progress.rb: 42:in `call_with_progress' from /Library/Application Support/TextMate/Bundles/Blogging.tmbundle/ Support/lib/blogging.rb:551:in `fetch' from /tmp/temp_textmate.b0oDWV:3
has anyone been able to get the blogging bundle to work in Leopard?
My System: OS X v. 10.5.1 iMac Intel Core Duo ruby 1.8.6 wordpress 2.3
Any insight you can provide will be greatly appreciated.
Tony
Blogging bundle working fine for me under Leopard. Same setup as you, though I have wordpress 2.3.1, but I doubt that is of any significance. I also have all the cutting edge bundles from the SVN repository, if that may make any sort of a difference.
No real insight then, except to say that it *can* work.
-albert
On Jan 18, 2008, at 3:51 AM, Tony Pelaez wrote:
Though I have been successful at getting the blogging bundle to work in Tiger, when I try to run it in Leopard and fetch a post I get the following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:54:in `open': execution expired (Timeout::Error) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:564:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/timeout.rb:56:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/timeout.rb:76:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:564:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:557:in `do_start' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:546:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:1044:in `request' from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/1.8/net/http.rb:1001:in `post2' ... 9 levels... from /Library/Application Support/TextMate/Support/lib/ui.rb:17:in `dialog' from /Library/Application Support/TextMate/Support/lib/progress.rb: 42:in `call_with_progress' from /Library/Application Support/TextMate/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:551:in `fetch' from /tmp/temp_textmate.b0oDWV:3
has anyone been able to get the blogging bundle to work in Leopard?
My System: OS X v. 10.5.1 iMac Intel Core Duo ruby 1.8.6 wordpress 2.3
Any insight you can provide will be greatly appreciated.
Tony
For new threads USE THIS: textmate@lists.macromates.com (threading gets dest
On Jan 17, 2008, at 9:51 PM, Tony Pelaez wrote:
Though I have been successful at getting the blogging bundle to work in Tiger, when I try to run it in Leopard and fetch a post I get the following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/timeout.rb:54:in `open': execution expired (Timeout::Error)
This error occurs what the standard timeout library is used to end a long action, often a web request. My guess is that a connection to your blog server timed out.
James Edward Gray II