I have the same problem.
I was unable to add Preview videos for days. It would just silently fail. No error or anything. There were no gray boxes in the Media Manager. The browser console did report a server error response of 409, but nothing useful (to me).
I tried using the command-line tool
xcrun iTMSTransporter to upload the Preview videos instead, and I finally got a more-descriptive error:
Code Block Errors = [ERROR ITMS-10007: "There is another app preview upload already in progress. If you don't intend to make any app preview changes, remove the 'app_previews' element from your metadata.xml. To make changes, wait until the upload completes, do another lookupMetadata, and adjust the metadata.xml." at Software/SoftwareMetadata/SoftwareVersion/SoftwareVersionLanguageDetail/AppPreviewAssets] |
The key part being:
Code Block There is another app preview upload already in progress. |
So, my theory based on this, was that Apple’s server thinks one of my previous App Preview uploads via the App Store Connect website is still in progress. Maybe it got terminated in some strange way? But, whatever happened, it looks like a zombie upload has locked my app’s data and that’s why I’m unable to add any new previews via the website or iTMSTransporter.
I tried removing all previews and screenshots, then re-adding, to see if this would remove this lock, but it didn’t. Screenshots uploaded just fine again, but Previews were blocked.
THEN… UPDATEToday, I tried uploading the iPad App Previews again and… it just worked!
I guess someone fixed it or the zombie states on the server side cleared somehow?
Anyway, there’s a new problem now! I set the Poster Frames on the newly uploaded iPad App Previews, which appeared to work ok. However, when I return to the Media Manager page, the Poster Frames were all black. I decided to just give up on setting Poster Frames and so tried to submit my app. But I got the error message everyone else here is getting:
A few more items are needed in order to submit for review
The items listed below are required for submission:
There are still screenshot uploads in progress.
It looks like the same zombie-upload problem, although now it’s for the Poster Frames (which I think is what the error is referring to, even though says “screenshot”). My guess some server code wasn’t able to finish setting the Poster Frame, crashed, and left it in a locked/zombie state again.