• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
7

INVALID_PSD_URL When loading the editor with media

Explorer ,
Feb 21, 2024 Feb 21, 2024

Copy link to clipboard

Copied

Just recently started getting this error on attempting to load the editor with our own media on startup:

 

INVALID_PSD_URL: Provided asset does not have the correct Photoshop Document
Error: Provided asset does not have the correct Photoshop Document

 


The integration has been working fine for months. I don't see any updates in the changelog that would break this. The editor works fine when started without any media.

I am using a URL to load the media into the editor.

Bug Unresolved
TOPICS
Error

Views

792

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
13 Comments
Explorer ,
Feb 22, 2024 Feb 22, 2024

Copy link to clipboard

Copied

Seemed to be an intermittent issue. No longer getting this error and everything is fine.

Votes

Translate

Translate

Report

Report
Explorer ,
Apr 11, 2024 Apr 11, 2024

Copy link to clipboard

Copied

I also encounter this issue. Does anyone know why and how to fix it?

Nhung342839811efo_0-1712847330107.png

 

Votes

Translate

Translate

Report

Report
Community Beginner ,
Apr 15, 2024 Apr 15, 2024

Copy link to clipboard

Copied

We have still not found a way around this one, thus blocking us from moving over to v4. Any suggestions on how to resolve this?

Votes

Translate

Translate

Report

Report
New Here ,
Apr 16, 2024 Apr 16, 2024

Copy link to clipboard

Copied

Got the same issue when upgrade to v4. Any update?

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 26, 2024 Apr 26, 2024

Copy link to clipboard

Copied

The engineering team is currently working on a fix!

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 29, 2024 Apr 29, 2024

Copy link to clipboard

Copied

The fix for this is now in producion, please give it a try and let us know if it's working now.

Votes

Translate

Translate

Report

Report
Explorer ,
Apr 29, 2024 Apr 29, 2024

Copy link to clipboard

Copied

Nhung342839811efo_0-1714419124538.png

I got this issue when tried it out. Below is how I called the 'createWithAsset()' function:

ccEverywhere.editor.createWithAsset(
       {
	     ...docConfig,
	     asset: {
		type: 'video', // Both 'video' and 'image' gave the same error
		dataType: 'url',
		data: dataUrl,
	     },
        },
	appConfig,
	exportConfig,
	containerConfig
);

 

Votes

Translate

Translate

Report

Report
Explorer ,
May 08, 2024 May 08, 2024

Copy link to clipboard

Copied

Hello @ErinF, any update from your engineering team? This issue has blocked our migration to v4.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
May 09, 2024 May 09, 2024

Copy link to clipboard

Copied

quoteHello @ErinF, any update from your engineering team? This issue has blocked our migration to v4.

 

I think engineering believes they've fixed it... I'll ping them again.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
May 09, 2024 May 09, 2024

Copy link to clipboard

Copied

They've replied: 

 

DataType: "url" is not supported for both images/videos

 

Images: Base64 data is supported
Video: Start with video asset workflow is not supported as of now

Votes

Translate

Translate

Report

Report
Community Beginner ,
May 10, 2024 May 10, 2024

Copy link to clipboard

Copied

Hey, when you say "as of now" do you still mean it's coming at a later stage? Because if not, this is breaking a vital function of our implementation and we will not be able to move on to v4 until it's available!

Votes

Translate

Translate

Report

Report
Community Beginner ,
May 10, 2024 May 10, 2024

Copy link to clipboard

Copied

Just to clarify, above question was for @Erin F. regarding the below:

"Video: Start with video asset workflow is not supported as of now"

Votes

Translate

Translate

Report

Report
Community Beginner ,
Oct 09, 2024 Oct 09, 2024

Copy link to clipboard

Copied

LATEST

@nhung.ng @Erin F. It seem now the v4 editor coul pre-load and open video file type in url. But I cannot download/export the file. The dowload dialog keep showing that there is something uploading event though nothing there. Do you have any ideas about this?

 

Votes

Translate

Translate

Report

Report