Shivali Raju Bandi
Shivali Raju Bandi
[root@vralabs1121 peer]# make docs mkdir -p /workspace/thunder/services/peer/build_dir/docs \ && export SWAGGER_GENERATE_EXTENSION=false \ && swagger generate spec -c flex/services/common/src/error -c ./api/src/peerserver -w ./api/src/peerserver/ -o /workspace/thunder/services/peer/build_dir/docs/peerserver-restapis.json \ && cp ./README.md / \...
Thank you for the reply and for offering to help. Unfortunately, due to company policy, I am unable to share our internal source code. However, after extensive debugging, I have...
actually, we cannot upgrade the Swagger version due to existing dependencies. We need to continue using the specific version currently in our project.
[root@vralabs1121 peer]# export DEBUG=1 [root@vralabs1121 peer]# make docs mkdir -p /workspace/thunder/services/peer/build_dir/docs \ && export SWAGGER_GENERATE_EXTENSION=false \ && swagger generate spec -c flex/services/common/src/error -c ./api/src/peerserver -w ./api/src/peerserver/ -o /workspace/thunder/services/peer/build_dir/docs/peerserver-restapis.json \ &&...
@fredbi is there anything else i can try and is therer any update on this its a high priority task we need to finish this as soon as possible so...
@fredbi is there anything you can help with ?
@fredbi I’ve already shared the Go and Swagger versions in the ticket earlier, but just reiterating here for clarity. I was able to reproduce the issue, though I cannot share...
I have updated to swagger v0.33.1 Still getting error [root@vralabs1121 api]# swagger generate spec -o swagger.yaml 2025/10/31 10:36:55 WARNING: item list for enum is not a valid JSON array, using...
Hi team, I'm encountering a panic when running `swagger generate spec` with version v0.33.1. Below is a minimal sanitized snippet that reproduces the issue (line numbers included for clarity): 22...
@fredbi Can you please looking this please