Hi!
Fortunately the blogging-bundle is working for me again (fetching and posting), only the category-snippet is not working. When I use it I get the following error:
/tmp/temp_textmate.XHi7MM:4:in `require': No such file to load -- / Users/nik/Library/Application Support/TextMate/Support/lib/dialog.rb (LoadError) from /tmp/temp_textmate.XHi7MM:4
I'm using the actual svn-co and the support-folder and so on is up to date as well. Any ideas?
Niels
On Sep 29, 2007, at 10:05 PM, Niels Kobschätzki wrote:
Fortunately the blogging-bundle is working for me again (fetching and posting), only the category-snippet is not working. When I use it I get the following error:
/tmp/temp_textmate.XHi7MM:4:in `require': No such file to load -- / Users/nik/Library/Application Support/TextMate/Support/lib/ dialog.rb (LoadError) from /tmp/temp_textmate.XHi7MM:4
I'm using the actual svn-co and the support-folder and so on is up to date as well. Any ideas?
Problem solved. I don't know how or why but the Category-command got moved to my personal bundle. I moved it back to the blogging-bundle and now it opens at least the dialog to choose the blog but after that I get the following error:
/usr/lib/ruby/1.8/xmlrpc/client.rb:403:in `call': XMLRPC::FaultException (XMLRPC::FaultException) from /tmp/temp_textmate.iJaByg:47 from /tmp/temp_textmate.iJaByg:46:in `call' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:36:in `call_with_progress' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:32:in `call' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:43:in `call_with_progress' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:40:in `dialog' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:40:in `call_with_progress' from /tmp/temp_textmate.iJaByg:46
I tried to delete the bundle and checked it out but the error is the same.
Any help appreciated :)
Niels
On Sep 30, 2007, at 12:13 PM, Niels Kobschätzki wrote:
On Sep 29, 2007, at 10:05 PM, Niels Kobschätzki wrote:
Fortunately the blogging-bundle is working for me again (fetching and posting), only the category-snippet is not working. When I use it I get the following error:
/tmp/temp_textmate.XHi7MM:4:in `require': No such file to load -- / Users/nik/Library/Application Support/TextMate/Support/lib/ dialog.rb (LoadError) from /tmp/temp_textmate.XHi7MM:4
I'm using the actual svn-co and the support-folder and so on is up to date as well. Any ideas?
Problem solved. I don't know how or why but the Category-command got moved to my personal bundle. I moved it back to the blogging- bundle and now it opens at least the dialog to choose the blog but after that I get the following error:
/usr/lib/ruby/1.8/xmlrpc/client.rb:403:in `call': XMLRPC::FaultException (XMLRPC::FaultException) from /tmp/temp_textmate.iJaByg:47 from /tmp/temp_textmate.iJaByg:46:in `call' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:36:in `call_with_progress' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:32:in `call' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:43:in `call_with_progress' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:40:in `dialog' from /Users/nik/Library/Application Support/TextMate/Support/lib/ progress.rb:40:in `call_with_progress' from /tmp/temp_textmate.iJaByg:46
I tried to delete the bundle and checked it out but the error is the same.
Ok. Now it is finally solved - just yesterday I changed the password of the blog and therefore the bundle "couldn't" login. Btw. is there anyway to change the password which TextMate accesses within TextMate or would there be a possibility to add a command which allows typing in the password if the username/password- combination is wrong? Changing the passwords in Keychain Access is kinda annoying ;)
Niels
I actually gave up on the blogging bundle, simply because the wonderful Mars Edit 2.0 supports editing in TextMate without any other tricks.
So I can start a new post, edit posts, and use Mars Edit which is VERY FAST to WordPress, edit in MarsEdit OR TextMate, and post from Mars Edit.
Works wonderfully.
On Sep 30, 2007, at 10:20 PM, Steven W Riggins wrote:
I actually gave up on the blogging bundle, simply because the wonderful Mars Edit 2.0 supports editing in TextMate without any other tricks.
So I can start a new post, edit posts, and use Mars Edit which is VERY FAST to WordPress, edit in MarsEdit OR TextMate, and post from Mars Edit.
I do not blog very often and for that paying an additional $30 when TextMate gives me exactly what I want (except of problems appearing rarely - and the last posted problem was at least partly my fault) - no way
Niels
On 30/09/2007, at 12:17, Niels Kobschätzki wrote:
[...] Btw. is there anyway to change the password which TextMate accesses within TextMate or would there be a possibility to add a command which allows typing in the password if the username/password- combination is wrong?
Ciaran recently wrote a keychain ruby extension which we could use in the blogging bundle for better interaction (presently it relies on the Apple-provided ‘security’ shell command, which is pretty limited).
Somewhere on my list of things I’d like to do is, to give the blogging bundle a major overhaul -- but it probably will have to wait for me to finish a dozen other things first.