-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 rendering failed: TypeError: t is null #193
Comments
Just built and attached unminified version with source map: Archive.zip |
Related to #179? I believe the PR should resolve. H2 before H1 md in the description section of swagger doc |
thanks @RomanGotsiy - using that Archive I get this stacktrace:
|
@seanpk and what is an error message? |
displayed error message:
the Integrate with FooBar using this RESTful API.
<!-- NOTE: the titles of these sections are anchors in the document for reference, e.g.: #general-notes -->
# General Notes
... So, not an ... and, what that comment is trying to say is that those heading get used from within property descriptions to link to general concepts. An example of that is the properties:
'@id':
type: string
format: path
readOnly: true
description: |
The path, on this server, to the full definition of this resource.
See [At ID](/docs/api/v2/#at-id) for more details. where console exception:
|
@seanpk from the stacktrace I can say that issue is really related to #179. Try remove description field. |
Removing There are some interesting warnings that show up there too (I won't paste them here now, but will look into them and see whether they're relevant. Even just removing the text before the first This all seems to be in support of the idea that this is a duplicate of #179. Thanks for your help! I'll look forward to the new release. |
@seanpk, verify plz on the latest version |
@seanpk closing this for now. Feel free to reopen in case it is still reproducable |
closing the loop: it's fixed |
Here is the top of the exception trace:
Unfortunately I can't share this spec and scrubbing it is an unreasonable effort.
Is there an easy way to grab a non-minified version to get a better stacktrace?
The text was updated successfully, but these errors were encountered: