-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
v1.7.0 failed to parse response #853
Comments
I'm seeing the same error trying and failing to parse the following comment on an endpoint (works on v1.6.9, fails on v1.7.0):
Output:
|
I am working on the package ‘cloudfoundry/stratos’, which is successfully using swaggo/swag version 1.6.7.
, I am getting the same error for the docs not getting generated, after executing (swag init) command.
This is my go.sum file placed at ‘stratos/src/jetstream’: https://github.com/cloudfoundry/stratos/blob/master/src/jetstream/go.sum I have also tried setting depth to 2 and 3, as suggested in the issue #852 (comment); but that has not helped.
As this is a known issue after version 1.6.7, can you please check and resolve this issue, or else provide some pointers so that I can proceed to add arm64 support in stratos? |
@drewsilcock for the 204 error you can try
|
With v1.6.9 we get a warning but the docs are still generated:
And after upgrading to v1.7.0 the doc generation fails:
--parseDepth 1 has no effect on the error:
Originally posted by @lc-chrisbarton in #852 (comment)
The text was updated successfully, but these errors were encountered: