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

When using from CLI, getting socket hang up error #97

Open
kvskranthikumar opened this issue Oct 28, 2019 · 0 comments
Open

When using from CLI, getting socket hang up error #97

kvskranthikumar opened this issue Oct 28, 2019 · 0 comments
Labels

Comments

@kvskranthikumar
Copy link

Using below cmd -
swagger-combine config.json -o combinedSchema.json

I am able to access the swagger JSON directly but when added that in the config.json, I am getting an error as "socket hang up".

Config.json content -

{
  "swagger": "2.0",
  "info": {
    "title": "Basic Swagger Combine Example",
    "version": "1.0.0"
  },
  "apis": [
    {
      "url": "http://testsite:7000/Products/swagger/v1/swagger.json"
    },
    {
      "url": "http://testsite:7000/Planograms/swagger/v1/swagger.json"
    },
    {
      "url": "http://testsite:7000/Floorplans/swagger/v1/swagger.json"
    }
  ]
}
@fabsrc fabsrc added the bug label Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants