Oh forgot to mention I am using 10.6.8 Snow Leopard.

On Wednesday, May 30, 2012 4:16:18 PM UTC+1, quayd wrote:
>
> Same here with the error in console and nothing happening when I run the 
> script in QS. I am using the stock scripts from qsapp.com and version 
> B68. I tried: Bitly (AppleScript)<http://qsapp.com/wiki/Bitly_(AppleScript)>
>
> Any ideas?
>
> On Friday, February 10, 2012 3:30:53 PM UTC, bgarlock wrote:
>>
>> Running B64(3915), and I put the following AppleScript in ~/Library/ 
>> Application Support/Quicksilver/Actions/Add to Tracks.scpt (added 
>> XXXXXX for my username/api token) 
>>
>> {code} 
>> using terms from application "Quicksilver" 
>>         on process text ThisClipping 
>>
>>                 set myUsername to "XXXXXX" 
>>                 set myToken to "XXXXXX" 
>>                 set myContextID to 5 (* @Computer *) 
>>
>>                 tell application "
>> http://garlockprintingtracks.tklapp.com/backend/ 
>> api" 
>>                         set returnValue to call xmlrpc {method 
>> name:"NewTodo", parameters: 
>> {myUsername, myToken, myContextID, ThisClipping}} 
>>                 end tell 
>>                 tell application "Quicksilver" 
>>                         show notification "Tracks: action added." 
>>                 end tell 
>>         end process text 
>> end using terms from 
>> {code} 
>>
>>
>>
>> And when I try to use that AppleScript action, nothing happens and I 
>> just get this in the console log: 
>>
>>
>> 2/10/12 10:26:14.452 AM Quicksilver: AppleScript Action: No handler? 
>> Aborting... 
>>
>>
>>
>> Any ideas how I can further troubleshoot this? 
>>
>> Many thanks, 
>>
>> Bruce 
>>
>>
>>

-- You received this message because you are subscribed to the Google Groups 
Quicksilver group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send 
email to [email protected]. For more options, 
visit this group at 
https://groups.google.com/d/forum/blacktree-quicksilver?hl=en

Reply via email to