magenta-demos icon indicating copy to clipboard operation
magenta-demos copied to clipboard

Unable to load cat.gen.js and firetruck.gen.js

Open varshaneya opened this issue 5 years ago • 0 comments

In basic_predict.html and in simple_predict.html, fetching javascripts for Cat and Firetruck classes give 403 error.

In other words, the default code in basic_predict.html is given below and runs fine:

<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/mosquito.gen.js"></script>

I get 200 for fetching mosquito.gen.js.

Whereas if I replace mosquito.gen.js with cat.gen.js like this:

<script language="javascript" type="text/javascript" src="https://storage.googleapis.com/quickdraw-models/sketchRNN/models/cat.gen.js"></script>

I get 403 error in debugger console for fetching cat.gen.js.

Same error happens in simple_predict.html for Cat and Firetruck.

varshaneya avatar Jan 19 '20 08:01 varshaneya