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

spec generator fails on respecisready #348

Open
michael-n-cooper opened this issue Oct 15, 2020 · 4 comments
Open

spec generator fails on respecisready #348

michael-n-cooper opened this issue Oct 15, 2020 · 4 comments

Comments

@michael-n-cooper
Copy link
Member

Spec generator returns an error trying to process an uploaded .tar. Attached zip contains the tar file being uploaded (guidelines.tar) and the result from the spec-generator (output.html). The command used was:

curl -F "file=@guidelines.tar" https://labs.w3.org/spec-generator/ > output.html.

guidelines.zip

@deniak
Copy link
Member

deniak commented Oct 21, 2020

@sidvishnoi Do you know if that problem will be solved with the new version of respec?
It seems the line causing the issue is <script>document.respecIsReady.then(() => {postRespec();});</script>

@deniak
Copy link
Member

deniak commented Oct 21, 2020

@michael-n-cooper I also notice the tar is missing the js respec-config.js. I'm guessing spec-generator will need that file to work properly.

@sidvishnoi
Copy link
Member

Confirming it's due to missing respec-config.js. I'll see if we can add better errors in this case in ReSpec side.

@deniak
Copy link
Member

deniak commented Oct 21, 2020

Thanks for the confirmation. @michael-n-cooper could you resubmit the tar with the missing file?

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

3 participants