Today I got this error trying to post / fetch some entries
tm_dialog: you have updated the tm_dialog tool to v8 but the Dialog plug-in running is still at v4. tm_dialog: either checkout the PlugIns folder from the repository or remove your checkout of the Support folder. tm_dialog: if you did checkout the PlugIns folder, you need to relaunch TextMate to load the new plug-in. /Users/gotchi/Library/Application Support/TextMate/Support/lib/ dialog.rb:42:in `initialize': No such dialog () (TextMate::WindowNotFound) } for command: /Users/gotchi/Library/Application\ Support/TextMate/ Support/bin/tm_dialog -a -p <?xml\ version="1.0"\ encoding= "UTF-8"?>' '<!DOCTYPE\ plist\ PUBLIC\ "-//Apple\ Computer//DTD\ PLIST\ 1.0//EN "\ "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' '<plist\ version="1.0">' '<dict>' '\ <key>details</key>' '\ <string></string>' '\ <key>isIndeterminate</key>' '\ <true/>' '\ <key>summary</key>' '\ <string>Contacting\ Server\ “blog.gotchi.at”…</string>' '\ <key>title</key>' '\ <string>Fetch\ Post</string>' '</dict>' '</plist>' ' ProgressDialog.nib from /Users/gotchi/Library/Application Support/ TextMate/Support/lib/dialog.rb:25:in `new' from /Users/gotchi/Library/Application Support/TextMate/Support/lib/ dialog.rb:25:in `dialog' from /Users/gotchi/Library/Application Support/TextMate/Support/lib/ progress.rb:38:in `call_with_progress' from /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:546:in `fetch' from /tmp/temp_textmate.87V0KW:3
I tried to update all Bundles with the "GetBundle" Plugin but nothing changed. I am sure this topic was already mentioned but I wasn't able to find anything in the archives or my mailbox (cause of deleting unnecessary things).
Thanks for helping
herbert
I am trying to solve this same issue since yesterday. The only difference is mine says v7. Hopefully someone will be able to help us.
Peder
On 5 Jan, 2007, at 19:09 , Herbert Feutl wrote:
Today I got this error trying to post / fetch some entries
tm_dialog: you have updated the tm_dialog tool to v8 but the Dialog plug-in running is still at v4. tm_dialog: either checkout the PlugIns folder from the repository or remove your checkout of the Support folder. tm_dialog: if you did checkout the PlugIns folder, you need to relaunch TextMate to load the new plug-in. /Users/gotchi/Library/Application Support/TextMate/Support/lib/ dialog.rb:42:in `initialize': No such dialog () (TextMate::WindowNotFound) } for command: /Users/gotchi/Library/Application\ Support/TextMate/ Support/bin/tm_dialog -a -p <?xml\ version="1.0"\ encoding= "UTF-8"?>' '<!DOCTYPE\ plist\ PUBLIC\ "-//Apple\ Computer//DTD\ PLIST\ 1.0// EN"\ "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' '<plist\ version="1.0">' '<dict>' '\ <key>details</key>' '\ <string></string>' '\ <key>isIndeterminate</key>' '\ <true/>' '\ <key>summary</key>' '\ <string>Contacting\ Server\ “blog.gotchi.at”…</string>' '\ <key>title</key>' '\ <string>Fetch\ Post</string>' '</dict>' '</plist>' ' ProgressDialog.nib from /Users/gotchi/Library/Application Support/TextMate/Support/lib/dialog.rb:25:in `new' from /Users/gotchi/Library/Application Support/TextMate/Support/ lib/dialog.rb:25:in `dialog' from /Users/gotchi/Library/Application Support/TextMate/Support/ lib/progress.rb:38:in `call_with_progress' from /Applications/TextMate.app/Contents/SharedSupport/Bundles/ Blogging.tmbundle/Support/lib/blogging.rb:546:in `fetch' from /tmp/temp_textmate.87V0KW:3
I tried to update all Bundles with the "GetBundle" Plugin but nothing changed. I am sure this topic was already mentioned but I wasn't able to find anything in the archives or my mailbox (cause of deleting unnecessary things).
Thanks for helping
herbert ______________________________________________________________________ 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
Peder, not sure about your particular woes, but for completeness here is how I checked out only the blogging bundle.
mkdir ~/Library/Application Support/TextMate/ cd ~/Library/Application Support/TextMate/ svn co http://macromates.com/svn/Bundles/trunk/Bundles/ Blogging.tmbundle Bundles/Blogging.tmbundle
Modified the local bundle, all works fine.
On Jan 5, 2007, at 7:42 PM, foodfarmfuture@gmail.com wrote:
I am trying to solve this same issue since yesterday. The only difference is mine says v7. Hopefully someone will be able to help us.
Peder
Ok, it won't let me post to my blog. It says that dialog_plugin is v8 and dialog_tool is at v7. I tried doing the svn co many times. I'm almost tempted to delete TM, reinstall and try again. Unless anyone out there has more suggestions. I'm not really sure where the problem occurred, but what Herbert posted yesterday is similar to what I keep getting. I'm sure it's something I've done stupidly in the past couple of days. Before this week TM has been great, so I'm sure it's my inexperience. Thanks for any help.
Now I just tried doing a couple of things and really seemed to screw things up. The blogging bundle is still there, but doesn't work at all. I guess time to quit for now before I do something really stupid.
Peder
On 5 Jan, 2007, at 23:41 , Steven W. Riggins wrote:
Peder, not sure about your particular woes, but for completeness here is how I checked out only the blogging bundle.
mkdir ~/Library/Application Support/TextMate/ cd ~/Library/Application Support/TextMate/ svn co http://macromates.com/svn/Bundles/trunk/Bundles/ Blogging.tmbundle Bundles/Blogging.tmbundle
Modified the local bundle, all works fine.
On Jan 5, 2007, at 7:42 PM, foodfarmfuture@gmail.com wrote:
I am trying to solve this same issue since yesterday. The only difference is mine says v7. Hopefully someone will be able to help us.
Peder
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
Blogging worked with no modifications, so I would toss your TM, toss your Application Support/TextMate folders in both ~/Library and / Library (or save to desktop) and try again.
Also make sure you Check For Updates in Prefs and get the cutting edge version
Thanks Steve.
Peder
On 6 Jan, 2007, at 21:45 , Steven W. Riggins wrote:
Blogging worked with no modifications, so I would toss your TM, toss your Application Support/TextMate folders in both ~/Library and /Library (or save to desktop) and try again.
Also make sure you Check For Updates in Prefs and get the cutting edge version
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