"Expected "," or "j" but found identifier"  - What the **** does that mean?

Hi good people hope this Monday finds you well and is more like a Thursday.
I've recently been trying to convert this 164MB (imovie project which I exported to my desktop as a quicktime movie) movie to a iphone/ipod 37.9 MB file. It used to work a charm and the new converted (smaller file) would pop up in my itunes movie folder but now that doesn't happen and on top of that i get this -
Expected "," or "j" but found identifier
*? * is it? it's a scary and b very confusing.
Please anyone, any thoughts at all?
Thanks
Iddo

While ATT was the one who made the news this time, it has been long reported that most of the major providers (google, Facebook, AOL, etc.)  have been monitoring data trafic on their networks, and providing back door access to government agencies for years. (If one recalls, kinda the point Edward Snoden made with his secret government messages release.) At least, they seem to be backing off, as the public becomes more aware or their privacy invasions.

Similar Messages

  • Apple id has been disabled when i want to make a purchase, what the **** does that mean

    apple id has been disable when i want to make a purchase, what the **** does that mean and how can that be rectified

    If changing your password does not solve then contact itunes support.

  • My time machine is no longer backing up.  Says that it is in use by "[our] MacBook Pro.sparsebundle"  What the **** does that mean?  I am sick of all the jargon that makes your product useless to me when something goes wrong.  Might as well buy a PC.

    THIS IS USELESS "SERVICE."

    Do you want help.......or do you want to complain?
    If you want help......and don't mind a somewhat technical exercise......
    Pull the power cord from the back of the Time Capsule
    Count to ten
    Plug the power cord back into the back of the Time Capsule
    Wait a few minutes, then try another backup.
    If you want to complain......complain to Apple, as we are all users here.....just like you.
    Apple - Time Capsule - Feedback

  • HT4859 when you go to do this it say that your iPod or whichever device will no longer be backed up to the computer it is currently backed up to, what exactly does that mean? Will i not be able to sync my iPod from that computer?

    when you go to do this it say that your iPod or whichever device will no longer be backed up to the computer it is currently backed up to, what exactly does that mean? Will i not be able to sync my iPod from that computer? Please help me and answer either or both question detailed thanks

    Normally when you sync your device it is automatically backed up to your computer as the first step in the sync process.  When you choose to start backing up your device to iCloud, iTunes stops automatically backing it up on your computer when you sync.  That's what the message is telling your; that you are now backing up to iCloud and not to your computer each time you sync.  You can still manually back up to your computer any time you want by going to the Summary tab and clicking on Back Up Now under Manually Back Up and Restore.
    You can still sync your device as you did before, it just will no longer back up automatically when you do.

  • I'm trying to sync/back-up apps on my iPhone 3G and iTunes keeps telling me it can't complete the operation because "the apps on my iPhone cannot be determined." What the **** does this mean?!

    I'm trying to sync/back-up apps on my iPhone 3G and iTunes keeps telling me it can't complete the operation because "the apps on my iPhone cannot be determined." What the **** does this mean?!

    Same problem. Wish I knew.
    When I tried to Restore, I got an Error 13xx and it won't even do that.
    not a happy camper if a phone this expensive stops working in 2 years.

  • I sended my iphone for repair, and im being sent a replacement phone what exactly does that mean?

    I sended my iphone for repair, and im being sent a replacement phone what exactly does that mean?

    It means you will get a refurbished iPhone in exchange for the faulty one you sent in.

  • I lost my iPod. I tried tracking it through iCloud. But it says "offline". Does that mean it's not connected to the internet or does it mean it died?

    help

    Mean:
    Not connected.
    battery died
    Somebody restored the iPod
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                                        
      - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • TS3276 if smtp server yahoo is offline, what exactly does that mean? did yahoo take the server offline?

    IF YAHOO SMTP OUTGOING MAIL SERVER IS OFFLINE, DOES THAT MEAN YAHOO HAS TAKEN DOWN THAT SERVER?, OR IS THAT SERVER BEEN TAKEN DOWN FOR SOME SORT OF MAINTENANCE?, OR IS THAT SERVER HAVE PROBLEMS? WOULD APPRECIATE A KNOWLEDGABLE
    ANSWER, IF ANYONE KNOWS ABOUT THIS ISSUE.
    THANKS.....FRANK

    well it's back online, so i guess they(yahoo) fixed their SMTP server. I can now send mail from my mac. Other
    people have also had this issue, so i hope they're able to send mail.

  • HT1766 screen locked? what exactly does that mean?

    Does the device need to be powered down & Locked?  trying to do a backup to icloud, my device is pluggedin, and connect to wifi, but locked? 

    iPhone User Guide (For iOS 5.1 Software)

  • Software under creation - what DOES that mean?

    Hi, I'm just curious, the belle availability information dated 7th Feb for my (fantastic) N8 shows that the software is "under Creation".
    What, exactly, does that mean?   
    How long does this process normally take?  Days, weeks, months?  Is the carrier responsible for the creation process?
    I'm just trying to learn what is happening, that's all.   Any insight would be welcome, afterall it's good to communicate!
    Solved!
    Go to Solution.

    Thank you - I appreciate you can't know exactly.  But, again, could you give some idea as to timescale? An estimate, or an example, or a maximum or minimum?
    Because, if no one has an idea, or the timeframe can be from days to years, then telling us that the software is "under creation" means nothing at all.  There is no information value in the statement.

  • Apple Script Editor, "Expected end of line but found identifier" Error

    Hello, I'm trying to automate an Application I have, called Self Control, since I have ADD and easily get distracted, and what I want to do is for my computer to automatically set the application up, but to do this, I need a script, which I have already done, but get this error, can someone help me fix this script?
    (the error happens once I click on "run", it tells me as follows: "Syntax Error", followed by, "Expected end of line but found identifier".
    on run argv
    set defaultTime to 1440
    try
      set myTime to item 1 of argv as number
    on error
      set myTime to defaultTime
    end try
    tell application "Usable Keychain Scripting"
      tell current keychain
       set myPass to (password of first generic item ¬
        whose name contains "SelfControl")
       -- eliminate invisible characters, or "gremlins," from password
       set x to quoted form of myPass
       set myPass to do shell script "echo " & x & " | perl -pe 's/[^[:print:]]//g'"
      end tell
    end tell
    tell application "SelfControl" to activate
    tell application "System Events"
      tell process "SelfControl"
       tell slider of window "SelfControl" to set value to myTime
       click button "Start" of window "SelfControl"
      end tell
      tell window 1 of process "SecurityAgent"
       with timeout of 15 seconds
        repeat
         set tryAgain to false
         try
          set value of text field 2 of scroll area 1 of group 1 to myPass
         on error
          delay 1
          set tryAgain to true
         end try
         if not tryAgain then exit repeat
        end repeat
        click button 2 of group 2
       end timeout
      end tell
    end tell
    end run
    I'm no coding expert, but your help would be greatly appreciated. I know that once the script is done I can automate it with Calendar, or even Quicksilver, I just need help with the script.
    Thanks in advance!

    This is a pain with Applescript.
    Could  be a missing " or ' .  I didn't notice this problem.
    Use (* and *) to comment out lines to find where the problem lays. Start big then go smaller and smaller until you find the problem line.  Search internet for examples of the line in question.

  • Error "expected end of line but found identifier"?

    I downloaded the project files for Apple's iDVD Companion http://www.apple.com/applescript/idvd/companion.html because I wanted to make some changes to it and rebuild it using Xcode.
    However, even it its original state the build fails under 10.4.10 and the current version of Applescript. Error is "expected end of line but found identifier" in one of the scripts. See screenshot:
    I don't understand why this Applescript is not compiling - has there been syntax changes in Applescript which stop this compiling? What is the correct syntax?
    Appreciate any pointers... thanks...
    G5 Desktop PPC 1.6 GHz   Mac OS X (10.4.8)  

    Perform a 'Find, Find in Project...' menu item ('Command <shift> F') search for 'Abstract object', and replace such with 'item'.
    However, once this resolves the compiling problem, you will experience a slew of AppleScript errors, when utilizing the compiled application.
    Note: Even the downloadable (pre-complied) 'iDVD Companion' application file has its share of incompatibilities.
    A lot has changed (with MacOS X and AppleScript) since 27.11.2001 - the creation date of the 'iDVD Companion' project.
      Mac OS X (10.4.6)  

  • Applescript compile fails with "Expected end of line, etc. but found identifier"

    Hi,
    I've written my first applescript to move messages in Micorosoft Outlook to a specific folder.  It is based on existing scripts I found on the internet.  However my version keeps failing to compile with the error "Expected end of line, etc. but found identifier".  I tried the exact same script on another Mac and it works.  I created a very simple version of the script to show the error.  All I am trying to do is get the current selected messages so I can move them:
    on run {}
        tell application "Microsoft Outlook"       
            set selectedMessages to current messages
        end tell
    end run
    and I still get the same errors on the word "messages" above.
    MAC is running OSX 10.9.4
    Microsoft Outlook for Mac 2011 - version 14.4.3 (140616)
    Since the script works on other computers the only thing I can assume is something wrong with the setup.
    Any help is greatly appreciated.
    - Ben

    Frank Caggiano wrote:
    twtwtw
    Any reason that the parens would be needed on some cases and not in others? As you can see the code the OP posted compiled fine on my system with no need of the parens. Also the OP mentioned that the code did work on one machine but not another so I would assume again the parens were not needed in that case.
    JUst curious
    regards
    Parentheses have the same function here as they do in mathematical equations. They are cues to the compiler about the order in which different parts of the statement should be processed. The problem here, I think, is that the word current is part of a lot of applescript nouns: current date, current application, current messages, current user, current track, current location, etc. That's exacerbated by the fact that message is also a noun in its own right in Outlook, creating an ambiguous bit of grammar. Applescript has to interpret the presence of that word in context, and several factors - different versions of the OS or of the relevant applications, the presence of different osaxen, runtime issues that alter how the Applescript system reads in the scriptability information - could affect how that interpretation plays out.
    Context is (apparently) everything, sometimes.

  • AppleScript Error: "Expected end of line but found identifier."

    Hi everyone,
    I'm new to applescript and can't seem to figure out the error here.
    Info: Using Hazel and iFlicks 2 Applications for this process.
    tell application "iFlicks 2" to launch
    delay 7
    tell application "iFlicks 2"
    update theFile dbID without gui
    end tell
    I get the error "Expected end of line but found identifier." for the red text.
    theFile reffers to the file that the actions are to be preformed on. This is a Hazel thing.
    Thank you!

    You need to look in the "iFlicks 2" dictionary.  This line isn't matching the syntax found in the dictionary.  I find reading a dictionary nearly impossible.
    update theFile dbID without gui

  • Ever since i have started using the latest version 4,0,1, sometimes whe i press the back button it opens 7 tabs automaticcly. I have checked my regristry and tun several scanners but nothing can be found So whats the problem or were can i check??

    Ever since i have started using the latest version 4,0,1, sometimes when i press the back button it opens 7 tabs automaticcly. I have checked my registrey and run several scanners but nothing can be found So whats the problem or were can i check??

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for