-
Notifications
You must be signed in to change notification settings - Fork 78
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
Htmlifier not working, error code given #158
Comments
can you send a screenshot of the options you're using? |
I forgot to mention that this is a recreation of the original with the settings. I got the error while using a url or id, but didn’t with a file. When I tried the file, though, the result didn’t let me edit the project, so is there any way to download a version of a project where I can edit the code and sprites? |
yeah, you won't be able to edit the project when you HTMLify it. the idea is that you'd finish editing your project in Scratch, then htmlify it when you're done uploading projects by ID doesn't work anymore |
All good. Is there any other way you know of so that I can download an html file of scratch so I can edit projects on it? |
i don't think so, but why do you need an html file? why not just the scratch editor? |
I just want to use it offline. |
It seems to be trying to download url with the format: https://projects.scratch.mit.edu/12345 ...but maybe needs to be in the format: |
No, the format is correct because it needs to get the project JSON. However, Scratch now requires authentication to get project data, and I can't hard code it into the HTMLifier since it refreshes regularly I think |
I don't know why this is happening. When i try to use htmlifier it gives me this:
Unexpected error:
Error: Received HTTP 403 error for https://projects.scratch.mit.edu/0
at toBlob (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:414764)
at async https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7376892
at async Htmlifier._createHtml (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7376746)
at async Htmlifier.htmlify (https://sheeptester.github.io/htmlifier/index.bundle.min.js:1:7426098)
please help me
The text was updated successfully, but these errors were encountered: