hammerhai
(Nathan)
November 10, 2020, 6:01pm
#1
I went to open my project today and now it won’t open. I had made a backup before I went to sleep (it was working fine last night), but now that won’t open either?
com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'Yg' of undefined
Boban
(Boban Stojmenovic)
November 10, 2020, 6:28pm
#2
If I remember correctly, you are missing an extension or something similar…
2 Likes
hammerhai
(Nathan)
November 10, 2020, 6:35pm
#3
There were no errors in the project when I saved it last night, it built successfully and everything, but I will check the AIA to be sure!
Boban
(Boban Stojmenovic)
November 10, 2020, 10:37pm
#4
This is usually the case, I checked some old post with equivalent error message and it was extension issue…
Btw, what kind of browser do you use
hammerhai
(Nathan)
November 10, 2020, 10:46pm
#5
You have saved me @Boban ! It was related to this post on the App Inventor community. It was packaging assets incorrectly I assume from below?
All I did was removed the files and folders that did not contain or start with an extension package name and rezipped it as an AIA.
1 Like
Boban
(Boban Stojmenovic)
November 10, 2020, 10:53pm
#6
Glad to hear you solved it but which extension was the one that saved the files there, your own ir…
hammerhai
(Nathan)
November 10, 2020, 10:55pm
#7
I was trying to use @UsesAssets
and obviously it turned out to be a disaster.
But for some reason it didn’t show the issues while editing the project?
1 Like
Boban
(Boban Stojmenovic)
November 10, 2020, 11:02pm
#8
Probably because everything is loaded in memory at the time.
2 Likes
system
(system)
Closed
December 10, 2020, 11:03pm
#9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.