• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Automator workflow fails -OT
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Automator workflow fails -OT


  • Subject: Automator workflow fails -OT
  • From: David Ferrington <email@hidden>
  • Date: Sun, 04 Dec 2011 14:01:02 +0000

I would guess this is off topic so forgive me trying to resolve this here.


Using OSX 10.6.8
I have an automator workflow that should launch the web site popup. It runs an A/S that takes a value input and concatenates it to a URL string and passes it to the Web site Popup action.
The A/S is:
on run {input, parameters}


set this_URL to "http://www.qrz.com/db/" & (input as string)


return this_URL
end run


I use it as a contextual menu item, I highlight text and it should popup the web site.
It was working a few months ago and them just started failing with the following dialogue

Attachment: Screen shot 2011-12-04 at 13.52.03.pdf
Description: Adobe PDF document


In case that doesn't come through, it reads
"The operation couldn't be completed.
(com.apple.Automator error 0.)"

I've put a 'Get Specified Text' at the beginning and run it in Automator and Automator crashes. The beginning of the crash log is

Process:         Automator [54079]
Path:            /Applications/Automator.app/Contents/MacOS/Automator
Identifier:      com.apple.Automator
Version:         2.1.1 (247.1)
Build Info:      Automator-2470100~2
Code Type:       X86-64 (Native)
Parent Process:  launchd [214]

PlugIn Path:       /Library/Automator/INTERNET-Website Popup.action/Contents/MacOS/Website Popup
PlugIn Identifier: com.Automator.Website_Popup
PlugIn Version:    1.0 (1.0)

Date/Time:       2011-12-04 13:55:58.193 +0000
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          611252 sec
Crashes Since Last Report:           5
Per-App Interval Since Last Report:  513590 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      15473BE6-AD12-4057-B360-E7BD1372A1E7

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
Crashed Thread:  7  Dispatch queue: com.apple.root.default-priority

Application Specific Information:
objc[54079]: garbage collection is ON

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib             0x00007fff83577a6a __semwait_signal + 10
1   libSystem.B.dylib             0x00007fff8357b881 _pthread_cond_wait + 1286
2   com.apple.AppKit               0x00007fff89d23e33 -[NSViewHierarchyLock _lockForWriting:handler:] + 528
3   com.apple.AppKit               0x00007fff89df7aad -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 330
4   com.apple.AppKit               0x00007fff89d71c0e -[NSView displayIfNeeded] + 969
5   com.apple.AppKit               0x00007fff89d6caba _handleWindowNeedsDisplay + 678
6   com.apple.CoreFoundation       0x00007fff837dfb07 __CFRunLoopDoObservers + 519
7   com.apple.CoreFoundation       0x00007fff837bb434 __CFRunLoopRun + 468
8   com.apple.CoreFoundation       0x00007fff837bad8f CFRunLoopRunSpecific + 575
9   com.apple.HIToolbox           0x00007fff811027ee RunCurrentEventLoopInMode + 333
10  com.apple.HIToolbox           0x00007fff811025f3 ReceiveNextEventCommon + 310
11  com.apple.HIToolbox           0x00007fff811024ac BlockUntilNextEventMatchingListInMode + 59
12  com.apple.AppKit               0x00007fff89d41eb2 _DPSNextEvent + 708
13  com.apple.AppKit               0x00007fff89d41801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
14  com.apple.AppKit               0x00007fff89d0768f -[NSApplication run] + 395
15  com.apple.AppKit               0x00007fff89d003b0 NSApplicationMain + 364
16  com.apple.Automator           0x000000010000193f main + 191
17  com.apple.Automator           0x0000000100001874 start + 52



Any suggestions on where to start?

-- 
Sometimes I wonder whether the world is being run by smart people who are
putting us on or by imbeciles who really mean it.
-Mark Twain, author and humorist (1835-1910)

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Automator workflow fails -OT
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: Weird AppleScript Problem
  • Next by Date: Re: Automator workflow fails -OT
  • Previous by thread: Re: Weird AppleScript Problem
  • Next by thread: Re: Automator workflow fails -OT
  • Index(es):
    • Date
    • Thread