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

Missing asset check

Community Beginner ,
Nov 21, 2019 Nov 21, 2019

Copy link to clipboard

Copied

I'm using Animate to create some ad banners. 

When I upload the zip file to adwords validator I keep getting the same error message:

INVALID URL REFERENCE: canvas_

Could anyone please explain what this means and how I can fix it.

Thanks in advance

 

 

 

TOPICS
Ad development

Views

1.6K

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

correct answers 1 Correct answer

Community Beginner , Nov 22, 2019 Nov 22, 2019

For me works:
1) Open libs/1.0.0/createjs.min.js
2) Just delete this part: "canvas_"+
Now h5validator and Adwords successfully passed

Votes

Translate

Translate
Community Beginner ,
Nov 21, 2019 Nov 21, 2019

Copy link to clipboard

Copied

I've managed to solve this issue by installing Animate 2019 and re-publishing - It's something to do with the js libs created by the 2020 version of Animate

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

For me works:
1) Open libs/1.0.0/createjs.min.js
2) Just delete this part: "canvas_"+
Now h5validator and Adwords successfully passed

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

Thanks for the reply, I'll give this a go and see if it works for me.

 

Interestingly I noticed that the older createjs file is much smaller than the one produced by Animate 2020

 

186KB compared to 417KB

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

In my case 187 vs 237(minimized). And yes, they totally rewrote create.js

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

For me works:
1) Open libs/1.0.0/createjs.min.js
2) Just delete this part: "canvas_"+
Now h5validator and Adwords successfully passed

 

This didn't work for me Validator gives me a missing URL error:

 

INVALID_URL_REFERENCE: WH_TEST_006.js?1574327545196

 

I deleted "canvas_"+ from createjs.min.js

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

In "WH_TEST_006.js?1574327545196" remove "?1574327545196". Leave just clear js name WH_TEST_006.js

Votes

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
Community Beginner ,
Nov 22, 2019 Nov 22, 2019

Copy link to clipboard

Copied

LATEST

Aha, it works, thanks very much for your help Romanson.

In case anyone else faces the same problem:

 

In "WH_TEST_006.js?1574327545196" remove "?1574327545196". Leave just clear js name WH_TEST_006.js

 

To do the above you need to go into the HTML file and edit this line

#script src="WH_TEST_006.js?1574327545196"></script

 

 

 

Votes

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