OS X Technologies :: Automator Workflow Fails With Cryptic Error Message

Mar 14, 2012

I'm updating an Automator workflow for OS X Lion that I initally developed and used, without issue, in OS X Tiger. The workflow asks for a name, creates a folder for the name, takes a digital image with a Nikon D50 connected to the computer, and saves the image to the new folder. This aspect of the workflow works fine. 

I then have a prompt asking if we should take another. If the user says "yes," the script should take another image and save it to the folder. This is where I run into an issue. When I attempt to add another "Take a Picture Action" into the workflow, I get the cryptic (at least to me) error message in the attached screenshot.   

Here's the text: 

"Cannot update for observer <AMWorkflow 0x400458ac0> for the key path "parameters.name" from <TakePicture 0x403e3b0a0>, most likely because the value for the key "parameters" has changed without an appropriate KVO notification being sent. Check the KVO-compliance of the TakePicture class." 

The language of this error would seem to indicate a bug.

Info:
MacBook, Mac OS X (10.7.3), White

View 1 Replies


ADVERTISEMENT

Applications :: Automator Workflow To Capture Image URL

Apr 22, 2010

Does anyone know of an automator workflow that will create a document or otherwise capture a list of URL's, or associated a URL to each image, when an image is dragged from a webpage to the desktop or to a folder?

View 1 Replies View Related

MacBook Pro :: Automator Rsync Workflow With Yes / No Prompt

Feb 21, 2012

I am trying to adapt a workflow that i downloaded from Finished workflow, ready to use zip | 148 kb Sourced from: url...The workflow is a rsync workflow that syncs (mirrors) two folders.At present the Run Shell Script runs rsync -va --delete "$1/" "$2/".However, i would like the script to prompt me with a "Would you like to run a dry run? " dialogue box with a Yes/No answer. The Yes command would run the following script (Dry run) rsync -vaun --delete "$1/" "$2/".The No command would run the following script (Actual run) rsync -vau --delete "$1/" "$2/" set question to display dialog "Would you like to run a Dry Run?" buttons {"Yes", "No"} default button 1 set answer to button returned of question.

Info:
MacBookPro, iOS 5.0.1, Mac Office 2011

View 2 Replies View Related

OS X V10.7 Lion :: Save A Workflow To Automator Library?

Mar 28, 2012

I have a workflow that I use often. Is there a way to add it to the library? I added a folder called My Workflows, but can't save any of them to that folder.

Info:MacBook Pro, Mac OS X (10.5.8)

View 2 Replies View Related

OS X :: Automator Save-as Plugin Not Working - How To Create A Workflow

Jan 2, 2009

I am new to automator. I'm working on a Powerbook G4, in osx.4.11, and I'm trying to save a workflow as a plug-in in automator. When I click file>save as plug-in, nothing happens. I get no pop-up, and no plug-in is saved. I've tried this with various workflows.

I'm also having trouble adding actions to the workspace (even ones that make sense to add, i.e. I am following a tutorial to create a workflow that others have made before).

View 1 Replies View Related

OS X V10.4 :: Such A Simple Automator Workflow But It Won't Work (include Subfolders)

Mar 13, 2012

Hi all, here's what I'm trying but failing to achieve in Automator: 

1) When files are added to "foldername" or any of its subfolders

2) Copy that file to "newfolder" 

What is actually happening with my workflow below is it only takes action if something is added directly into "foldername" and ignores files added to subfolders like "foldername/subfolder". 

Info:
Macbook Pro, 2.8GHz, 4GB RAM, 450GB HD

View 5 Replies View Related

OS X Mavericks :: Automator - Define Start Folder For Workflow

Aug 27, 2014

What I try to do is pick a photo from a defined folder ("gallery"), scale it and upload it to my Wordpress side. I automatically want to run this workflow every morning at a specific time so that the pictures changes everyday. It may sound strange that almost everything is done but two things are missing: 

a) How do I tell Automator to use a random file from the "gallery" folder? How do I tell it to use the "gallery" folder in the first place?

b) How do I schedule that task? Is there a scheduler function somewhere that I missed? 

Right now I use it manually as a service for images - that's why the first action is the copy action.Once the picture is scaled down to 230px and loaded into the folder "image_upload_temp" Hazel will take the file and upload it. I need to copy the file first to keep the original and scale a copy and then move it to the target folder because Hazel shall not upload the unscaled but only the scaled version. 

Info:
MacBook Pro, Mac OS X (10.7.4), 15", 8GB

View 2 Replies View Related

Applications :: Create A Automator Workflow To Copy Exact Folders?

Mar 24, 2009

I want to set up a Automator workflow so that whenever I move Photo's to a certain folder, it will automatically copy those files to another folder, how can I do this ?

I have already created one, but after the first ' sync' it has failed and now does not work.

View 1 Replies View Related

OS X V10.7 Lion :: Automator Workflow With Create Package Action: Launch Path Not Accessible

Apr 5, 2012

I am using this action in a workflow.  I have downloaded the Auxiliary Tools and put PackageMaker in /bin.  When I run the workflow, it barfs on this action.  The error message is "launch path not accessible."

Info:
Mac OS X (10.7), iMacs, MacBook, and iPhone 4

View 1 Replies View Related

OS X Technologies :: Run The Create Booklet Workflow As A Folder Action?

Jul 2, 2012

Please accept my apologies if I'm posting in the wrong section .  I've been using the fantastic Create Booklet PDF Service (workflow) by Christoph Vogelbusch (his page is on .mac, so it just went bye-bye).  I'd like to turn this worklfow into a folder action so that when a file is added to the folder, a pdf booklet is created automatically.  In particular, I'm interested in doing this in Microsoft Word.  Can anyone tell me if this is even possible, and if so, either point me in the right direction (or, at least, to the best Automator community where I might repost this request)?

Info:
2.2 GHz Intel Core 2 Duo MacBook Pro, Mac OS X (10.6.3)

View 1 Replies View Related

OS X Technologies :: Pause Workflow Until Embedded Applescript Application Is Complete

Mar 1, 2012

I have a multi-step automator workflow that has an embedded "Launch Application" step that calls an applescript application that I've written.  The application goes through a list of URLs.  I don't want the workflow to start with the next step until my application has cycled through all the URLs.  Currently, I have hard coded a pause into the workflow, but I'm looking for something more precise (if I set the pause too long, it results in unnecessary delays, if I set it too short, my workflow gets messed up). 

I'm assuming there is some way to modify my application and/or the workflow to send a complete status that can trigger the next step in my workflow.

Info:
Applescript, Mac OS X (10.7.2)

View 2 Replies View Related

OS X V10.6 Snow Leopard :: Automator Workflow To TAR Multiple Files In A Single Directory Into Multiple TAR Archives In Succession?

Jun 12, 2012

I have set up an automator service that TAR's a folder into an archive for me and it works quite nicely. Idealy however, I would like to be able to highlight several folders, right click and have automator tar each folder into it's own TAR archive, but do it one by one.  

[Code]...

I'm not 100% sure so I guess it would be a good time to verify, is there a problem with having the system try to TAR multiple folders at one time? If it is not a problem then I guess this discussion itself is pointless and I can simple right click on each folder and select "TAR Folder" and just wait until they're all finished. I would think that it would be ideal for the system to do each one individually and not try to do them all at one time. 

View 3 Replies View Related

OS X Technologies :: Update Re-install An Automator?

Apr 11, 2012

in the past I deleted Automator, can an update re-install an Automator?

View 1 Replies View Related

OS X Technologies :: Can't Set Icon View > 128 In Automator

Jun 10, 2012

Trying to set view of all subfolders of a multi-thousand image folder to 180 x 180, and yet Automator (in Snow Lep) doesn't seem to allow anything above 128:

View 5 Replies View Related

OS X Technologies :: Automator Perpetually Running On Second Action?

Feb 8, 2012

I had been using automator quite successfully until recently now I'm unable to get automator to step through even the most basic setup. It refuses to step through to the second action and perpetually runs without producing any results as the image below shows.for any of my automator setups I get results for the first step and then an indefinate hang on the second leaving the step icon greyed out. I have tried this with numerous other actions like calendars etc but to no avail. Below are the very basic automator steps I'm using in this example. 

Info:
iMac, Mac OS X (10.7.2)

View 10 Replies View Related

OS X Technologies :: Automator: Extract Multiple Zip Files?

Mar 11, 2012

I'm trying to create an Automator service for the Finder in Lion. It gives me an "error in shell script". I just created a similar script that uses "imguru" to upload images to [URL] which works great, so i'm thinking that it's must be the line with "unzip" that creates a problem. 

Info:
MBP late 2009

View 4 Replies View Related

OS X Technologies :: Automator - How To Batch Import TXT Files Into Excel

Mar 6, 2012

I have been using Automator to import hundreds of text files into one excel workbook using the "Import Text files to Excel Workbook" action. Automator works great for all files that are tab delimited. However I have another set of data that are output with a varying amount of spaces between each column. I cannot change the way they are output.

Automator gives me the option of choosing "space" as a delimiter, but it wont give me the option to "Treat consecutive delimiters as one" that Import within excel does. I also tried to record my actions within excel many times but it didn't work even with just one file. So what I need is a way to get these text files into one excel workbook as separate worksheets with the data separated correctly into columns.

Info:
MacBook, Mac OS X (10.6.8)

View 1 Replies View Related

OS X Technologies :: Older Automator Script Won't Work In Lion

Jun 20, 2012

i have an Automator "application" that i made with the help of people on this very board that worked flawlessly on Snow Leopard and previous OSs but doesn't work in Lion anymore.i was hoping if someone could look at the file (link below) and either tell me what needs to be changed, or go right in and change it for me! (i don't really have much experience with scripting). i have a txt file with a list of filenames. the script references this list, goes to the folder that contains these files (but the folder also has other files in it too) and copies the referenced files into a new folder. url...

View 14 Replies View Related

OS X V10.7 Lion :: Automator Message - Data Couldn't Be Read Because It Has Been Corrupted

Mar 20, 2012

Every time I sign into my Macbook, I get an error message from Automator; "The data couldn't be read because it has been corrupted.". I have never created an Automator workflow. How do I find out what Automator is trying to run and stop it?

Info:
MacBook Pro, Mac OS X (10.7)

View 3 Replies View Related

OS X :: Using Automator. - Compose A New Email Message And Paste In The Text Copied From The Web Page?

Feb 14, 2009

I want to be able to send an email message with a specific keyword in the subject and only a URL in the body.

Here's where Automator needs to come in:
When an email with the subject keyword is received, have Safari open the URL contained in the body of the message.
Copy all of the text from the opened URL.
Compose a new email message and paste in the text copied from the web page, and email it back to the original sender.
Close Safari.

View 1 Replies View Related

Software :: When Send An Email In Entourage Get The Error Message Error-17982

Jun 29, 2008

Whenever i try to send an email in entourage i get the error message error-17982.

View 1 Replies View Related

Applications :: Error Message From Magnifique - System Events Got An Error

Apr 11, 2010

I just downloaded Magnifique 2.1 for my Mac (Macbook, 13-inch, 2 gigs of RAM, Mac OS X 10.5). As soon as I open the application, I get an error message saying this:

Applescript Error
System Events got an error: Some data was the wrong type. (-1703)

The downloadable theme gallery won't show as well. This same message appears if I try to search for any themes and appears every time I type a letter or two into the search bar in the application. Is there any way to fix this? I have tried re-installation but it doesn't work.

View 1 Replies View Related

OS X Technologies :: Cannot Send Message Using Server

Mar 17, 2012

Occasionally when trying to send mail I recieve the 'Cannot Send Message Using the server' message. I click 'connection doctor' and it always confirms that everything is fine. If I then try to send the email again it will send it straight away, but if I try to send another in 10 minutes time, then I'll probably have to go through the same procedure again. I've never been unable to send mail, but having to launch connection doctor most of the time gets tiresome. I've been unable to trouble-shoot as its occurence appears to be random.

Info:
iMac, Mac OS X (10.6.8)

View 1 Replies View Related

OS X Mavericks :: 10.9.4 Update Fails With Check Sum Error

Jul 1, 2014

I've tried to download and install Mavericks 10.9.4 update but the installation fails with a checksum error.  I've also tried the manual download/install which also failed.  The message said that the update could not be installed to the default MacintoshHD drive.

View 1 Replies View Related

OS X V10.7 Lion :: Window Migration Assistant Fails Immediately With The Above Error?

Jul 3, 2012

Window Migration Assistant fails immediately with the above error. OE runs fine on the PC.

Info:
Window Migration Assistant, Windows XP, error 0x80007114

View 3 Replies View Related

OS X V10.7 Lion :: Automator Copy Finder Items - File Couldn't Be Saved Error

Jun 7, 2012

I have a simple automator sequence that suddenly stopped working for no apparent reason.  Copy Finder Items has started returning an error "the file xxx couldn't be saved to the folder yyy"  Happens for different files and folders. Can't see anythng that's changed. 

Info:
MacBook Pro (15-inch 2.4/2.2 GHz), Mac OS X (10.7.3), iPad, iOS 5

View 1 Replies View Related

OS X Technologies :: Install Mac OS X Lion / Received Message That HD Disk Is Not Formatted As Mac OS Extended

Mar 20, 2012

I am trying to install Mac OS X Lion I just downloaded. At the step where it asks you to select a disk to install, I got this message:"This disk is not formatted as Mac OS Extended (Journaled). Use Disk Utility to enable journaling or reformat the disk."What does this mean? Please help me through the steps to complete my installation of this software.

Info:
iMac, iOS 5.1

View 3 Replies View Related

OS X Technologies :: Apache Error Running Constantly?

Feb 9, 2012

How can I correct this error?

Could not open configuration file /Library/FileMaker Server/Admin/admin-helper/WEB-INF/conf/fmi-test.conf: No such file or directory 

View 6 Replies View Related

OS X Technologies :: Keep Getting An Error, And The Java Update Will Not Install

Apr 13, 2012

I keep getting an error, and the Java Update will not install. What can I do?

Info:
Mac Pro, Mac OS X (10.7.3)

View 1 Replies View Related

OS X Technologies :: (Error) ImportPluginLoading: Couldn't Load Plugin

Apr 26, 2012

I'm using the mdimport command in my shell script to force spotlight to index a folder.

Here is the code statement in my script that uses the mdimport command:

 thefolder=`pwd`# Force Spotlight to index the foldermdimport "$thefolder" Whenever I run my shell script, I get this error : (Error) ImportPluginLoading: Couldn't load plugin 'Spotlight/Google%20Earth.mdimporter/ -- file://localhost/Users/test/Library/Internet%20Plug-Ins/Google%20Earth%20Web%20P lug-in.plugin/Contents/MacOS/Google%20Earth%20for%20Plugin.app/Contents/Library/ 'What is this error? Why is the Google Earth plugin getting loaded when I didn't ask for it?

Info:
Mac Pro, Mac OS X (10.7.3)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved