"The movie contains an invalid data reference" error in subscribed albums

I'm subscribed to a MobileMe album that contains movies (m4v). Just a few of these movies work well and some other will not play. I get the following error message: "The movie contains an invalid data reference". It seems that these movies are not downloaded since I can't find the original file in my iPhoto Library. For those movies without this problem I can find the original file in the iPhoto Library. It's needed to say that this problems shows up only in iPhoto since I can see all movies at the Gallery app in iPhone/iPod/iPad and also online. Any ideas?

Your profile shows you at 10.5.7. If that's correct download and run the Mac OS X 10.5.8 Combo Update. It wouldn't hurt to reapply it even if you're at 10.5.8.
Also reapply QuickTime 7.5 for Leopard and Compatibility Update for QuickTime 7.5.5.

Similar Messages

  • I'm trying to export a slideshow and I keep getting this message: The movie contains an invalid data reference. What should I do?

    I'm trying to export a slideshow and I keep getting this message: The movie contains an invalid data reference. What should I do?

    That usually means that iPhoto can't find a clip or a shot that you're using in the Slideshow.
    Regards
    TD

  • HT1338 I have a slide show in iphoto that I wish to export to iDVD, and when I attempt that I get and error message triangle, ! with the note "This movie contains an invalid data reference"  iphoto help does not seem to have any suggestions, that work.

    I have a slide show (project) that will not export.  The error triangle appears with the message: "This movie contains an invalid data reference"  What is the issue, and what is the solution?
    jh

    I found that the issue was with the title side, it had too many characters in the slide.  When the number of characters was diminished, the show loaded without issue.

  • Error -2010: the movie contains some invalid data

    what does this mean and how can i fix it

    http://discussions.apple.com/thread.jspa?threadID=1177161&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1089403&tstart=0
    There must be something wrong when Apple updated QT7.1 to 7.2 because 7.2 is much more buggy than 7.1 and mysterious errors such as yours is not happened only on PC ver but also Mac ver.
    Message was edited by: yksoft1

  • Does anyone know what "movie contains an invalid data reference" means.

    We have three Mac Pros running OS X 10.6 on a network. One Mac often gives this error message with movie files in Quicktime 7.6 for files which are fine on the other Macs. Is there a way I can investigate what is actually going wrong? Thanks!

    That usually means that iPhoto can't find a clip or a shot that you're using in the Slideshow.
    Regards
    TD

  • "The movie contains an incorrect time value" error - saving a trimmed video

    I am attempting to trim a video shot on my Samsung CL65. The video was shot in High Quality HD 1280 x 720. I open the video in QuickTime and then use the Trim command to remove the last part of the video and then close it to Save it. When I save it I get the following error: "The document SAM_0306.MP4 could not be saved as "SAM_0306". The movie contains an incorrect time value." I think this has to do with an encoding error in the original file or in the trimmed file but I have no idea how to get around it.
    Any ideas?

    This info probably won't help with your problem, but it's information for others who get this error.
    It's probably the software that made the MP4. ffmpegX, for example, and the mencoder program inside it, do this with every H264 encoding when the video is longer than 1 hour. Time codes are correct up to 1 hour, then the seconds value gets wacky (3600 is added to it). Quicktime won't save a movie with a time code like 1:20:3623.120 (although it will correctly display 1:20:23 in the player).
    Apple used to offer quicktime scripts that would allow you to see what the time code in a stream really looked like. Applescript appears to have officially and quietly gone missing, though, and those scripts are no longer available online as far as I can tell. There were some really handy other scripts that would allow you to view all sorts of movie properties and manipulate tracks (great for syncing poorly synced sound, for example), but time code problems like the above would invariably mean the movie couldn't be saved.

  • [svn:fx-4.0.0] 13531: * Fixed invalid property reference error reporting by postponing the

    Revision: 13531
    Revision: 13531
    Author:   [email protected]
    Date:     2010-01-15 12:50:59 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Fixed invalid property reference error reporting by postponing the
      validation until prelink when the MxmlDocument's type is available.
    QE notes:
    Doc notes:
    Bugs: SDK-22995, SDK-24738
    Reviewer: Gaurav, Darrell
    Tests run: checkintests, mxmlcunit
    Is noteworthy for integration: no
    Code-level description of changes:
      modules/compiler/src/java/flex2/compiler_en.properties
        Renamed css.StyleDef.InvalidPropertyReference to
        css.StylesContainer.InvalidPropertyReference.
      modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        Removed InvalidPropertyReference checking from processReference().
      modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        Modified setMxmlDocument() to store a reference to it's QName.
        Modified validate() to iterate over all style properties and to
        call validatePropertyReferences() if mxmlDocumentQName is not
        null.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22995
        http://bugs.adobe.com/jira/browse/SDK-24738
    Modified Paths:
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/branches/4.0.0/modules/compiler/src/java/flex2/compiler_en.properties

    Hi
    yes, I had the same issue and I found a solution.
    You need to request a patch for BUG 9212862 (already corrected in WLS 10.3.3) and do the follwing:
    javax.xml.ws.BindingProvider provider = (javax.xml.ws.BindingProvider)port;
    java.util.Map context = provider.getRequestContext();
    context.put(weblogic.wsee.jaxrpc.WLStub.POLICY_COMPATIBILITY_PREFERENCE, weblogic.wsee.jaxrpc.WLStub.POLICY_COMPATIBILITY_MSFT);      
    This will cause the SecurityMessageArchitect class of WLS to not send the SecurityTokenReference in the Soap security header.
    Please note that is evidently a non-comformity to the specs of microsoft:
    Please give a look at
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf (8.3 Signing Tokens)
    and also at:
    http://www.oasis-open.org/committees/download.php/16768/wss-v1.1-spec-os-SAMLTokenProfile.pdf
    (3.4 Identifying and Referencing Security Tokens)
    A SAML key identifier reference MUST be used for all (local and remote) references to SAML 1.1
    assertions. [...]
    All conformant implementations MUST be able to process SAML assertion references occurring in a
    <wsse:Security> header or in a header element other than a signature to acquire the corresponding
    assertion. A conformant implementation MUST be able to process any such reference independent of the
    confirmation method of the referenced assertion.
    It follows that the .NET 3.5 is a non conformat implementation: I would gladly know which is the position of Microsoft on that.
    ciao
    carlo

  • Invalid data status error during the data extraction

    Hi,
    while extracting capacity data from the SNP Capacity view to BW. i get the "invalid data status error" and the data extraction fails.
    when debugged the bad requests of the ODS object, i found that for a certain product(which has both positive and negative input and out qtys) co-product manufacturing orders were created. but this product was not marked as the co-product and functionally its fine.
    how can i rectify the data extraction problem..can you advice.
    Thanks,
    Dhanush

    Sir,
    In my company for some production order status some are having "errors in cost calculation" ie "cser" .how to deal these kind of errors.

  • When exporting: Error -2014 "the movie contains an incorrect duration"

    My end goal is to be able to edit .FLV files in iMovie, so I need to convert them to a usable format. I already have QT Pro, so it's the first thing I tried.
    I have Perian, so the .FLV files play with no issues, but when I try to export them to something usable in iMovie, it makes it to the end of the export process and gives the following error:
    "The movie contains an incorrect duration -2014"
    Has anyone had this issue? Are there any known fixes?

    Select an in and out point other than the very start and end (usually a good idea anyway as there is often a bunch of junk you don't need there) and then do edit trim to selection and then save as. Once in a MOV container try exporting.
    You might also try to select, copy , paste in a new player window and then save as, that new one and export from it after saving as.

  • Error At least one string in the worklist contains an invalid character

    Dear Team,
    When running the trasaction VL02n, to get the print preview, I am getting an erro message "At least one string in the worklist contains an invalid character". Please help

    The error occured due to a pipe character in one of the fields SNRLN. Getting rid of the pipe character solved the problem.
    CALL FUNCTION 'CHECK_STRING_SUCCESSOR'
         EXPORTING
              I_BASE_STRING       = STRING_RG
              I_CHECK_STRING      = STRING_IN
              I_ALPHABET          = I_ALPHABET
              I_DIGITS            = I_DIGITS
              I_SPECIAL_CHARS     = I_SPECIAL_CHARS
              I_WITH_SECOND_DIGIT = ' '
         EXCEPTIONS
              NOT_SUCCESSOR       = 01
              STRINGS_EQUAL       = 02
    *BASE_STRING_WRONG   = 03*
              *CHECK_STRING_WRONG  = 04*
              NOT_SAME_LENGTH     = 05
              DIGITS_MISSING      = 06
              WRONG_STRING        = 07
              INTERNAL_ERROR      = 08.
    exceptions 03 and 04 occured due to the pipe | character from feed files
    Edited by: Sai Kumar Potluri on Oct 15, 2008 9:12 AM

  • Upload from iAd Producer fails with error "The Ad contains an invalid banner type".

    I worked half a day on an ad in iAd Producer, only to see it fails right after the upload with this error:
    "The Ad contains an invalid banner type"
    "iAd Workbench currently accepts standard banners. Remove all other banner types and try upload your banner again."
    The error and the documentation give no hints on what these "standard banners" are exactly. My project is based on the Tap - Web iAd Blueprint, which requires a bunch of images to be created. I created all of these, regular images as jpeg, transparent images as png. At first the png's were normal (24-bit), but then I read in the help that 8-bit is required. Downgrading the png's to 8-bit didn't help to fix the error though. I also tried recreating the whole project, but it didn't help: same error.
    Before the upload, I get this vague warning:
    "Are you sure you want to upload your project with assets missing? There are 0 assets you haven't provided yet."
    Sounds like a bug. This warning was there in my 1st and in my 2nd project, the 2nd one being the exact copy.
    Finally I want to say that simulating in the simulator or Safari, or uploading to the sandbox works fine.
    I'm using version 4.2 of iAd Producer on OS X 10.9.2.
    Can anyone help me?
    Has anyone been successful with the Tap - Web iAd Blueprint?

    The Tap to Web blueprint for iPad contains banner types currently not supported in iAd Workbench.  Delete the MRec and Full Page banners and you should be able to upload.
    -Mark

  • Flash IDE, Haxe & OpenFL - Invalid Data Swf Error #2136

    We've recently run into a show stopping issue and can't seem to find any one else on the net who has the same problem (although there have been similar ones).
    We're currently developing a game using Haxe and OpenFL. We use FlashDevelop to code the game and the official FlashIDE (CS6) to create UI/menus which is then hooked up via code in FlashDevelop. A few weeks ago the FlashIDE crashed while the FLA was being worked on. Nothing appeared to be wrong as the file opened normally, however, after building our game in FlashDevelop we received the following message "Invalid Data Swf Error #2136". Since then we've done a handful of things that will seem to fix it temporarily, but as of now, none of those solutions work. At this point we think its some sort of flash limit or an issue with OpenFL, Haxe, and FlashIDE (or some combination of).
    I'd like to note that we've noticed some weird behavior - if we removed any clip the error disappears and if we add it back, the error returns.
    Here's what we've tried:
    recreating movie clips that were created after the crash
    converting the FLA into a archive and repairing it with WinRAR
    splitting the FLA into two files
    copying the library into a new FLA file
    Any ideas on how to fix this would be greatly appreciated!

    If you found a specific clip that caused it to build or fail I'd say it's a possibility. However you mentioned in the OP that you took 'any' clip out and it works but put it back and it breaks. This really seems like a limit. Limits should be openly documented however.
    Perhaps you should take a large bitmap and a complex vector and drop them in 2 different symbols. Then duplicate these symbols until you have more symbols than you currently have. Internally they will all point to the same graphics so it won't be a heavy file. Try exporting that with OpenFL and see if it's a library reference limit.
    I'm sure you get what I'm getting at. If limits arent documented, you may need to stress test the libraries, languages and frameworks yourself using simple self made tests.

  • QTPro Could not save file "The movie contains an in correct time value"

    QT Pro 7.6.6 Could not save file “The movie contains an in correct time value”
    I’m exporting files out of Priemer Pro CS5 with the H.264 “vimeo HD settings” .mp4 files and the files look dull, low contrast and low color saturation, when played in QT10. From what I’ve read it’s a gamma problem with QT10. I also hear the files from FCP have the same problem, so it's not a Premiere Pro problem.
    The fix is to open the file in QT Pro, adjust the blend in the video track and re-save, however I try to save the file I get an error that says “The movie contains an in correct time value”
    Will QT Pro 7.6.6 allow me to save my file to .mp4 or only .mov files
    I’m on a MacPro 12 Core with 14gb memory
    OS 10.6.5
    Any suggestions?
    Thanks
    Mark

    Will QT Pro 7.6.6 allow me to save my file to .mp4 or only .mov files
    The "Save As..." option always saves a copy of the data to an MOV file container. Minor property changes will allow your to use the "Save" option which stores only the changed properties to the same file in its original file container. Unfortunately, major changes will automatically invoke the "Save As..." routines even though you selected the "Save" option. If you must place the content in an MP4 file container, you can use the "Save As..." option in QT Streamclip to re-save the "fixed" MOV file to an MP4 file container. However, note that extraneous track content may, if present, not be carried over to the MP4 container.

  • Invalid URL The requested URL "/", is invalid. Reference #9.a2fc54b8.1345130184.5cbbba6

    At least once a day on my work PC Desktop I will type in Yahoo.com or Amazon.com or any other valid popular website and all of a sudden I get the "Security Exception" error message and when I select to confirm it I then get:
    "Invalid URL
    The requested URL "/", is invalid.
    Reference #9.a2fc54b8.1345130184.5cbbba6 "
    At that point I cannot access that website at all. Then I have to clear all history and restart my computer, at least once a day and hope it works. I've scanned the support forum and I have done everything they suggest: disabled all add-ons (not that I even have any), reset Firefox, restart in safe-mode. Nothing works, it's very frustrating. It completely interrupts my workday. HELP!!

    Hmmm, there are some issues on certain sites caused by the new Autofill feature that suggests a URL in the address bar. When this happens, are you pressing Enter to accept a suggestion?
    If so, related threads:
    * [https://support.mozilla.org/en-US/questions/933563#answer-356371 typing in url for my company website sends it to https index page in Firefox, but not IE or Chrome, and the behavoir is not wanted]
    * [https://support.mozilla.org/en-US/questions/933581 Why does when I type a website it adds the symbol / after automatically now and it takes me to fake websites???]

  • Can't play rented movies.  They appear to download OK and the timer accurately reports days remaining to watch.  But whenever I try to play the movie I get this message, "An error occurred loading this content.  Try again later."

    Can't play rented movies.  They appear to download OK and the timer accurately reports days remaining to watch.  But whenever I try to play the movie I get this message, "An error occurred loading this content.  Try again later.". Have been using the Apple TV for 2 weeks and everything else seems to work OK.  The Apple TV reports its SW is up to date.  I've tried this with two movies rented frim iTunes directly from the Apple TV.

    If after you download the movie, you navigate away and do something else with your Apple TV the content you have downloaded will be overwritten and you'll need to download it again. It's a pain in the neck for many who have slow downloads but it's something that comes with using volatile memory rather than a hard drive for storage.
    Perhaps you're not doing this, but I thought it worth mentioning.

Maybe you are looking for