Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
varshaneya opened this issue Jan 19, 2020 · 0 comments
Open

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

varshaneya opened this issue Jan 19, 2020 · 0 comments

Comments

@varshaneya
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant