mlabouardy / swaggymnia

Generate Swagger 🌀 documentation for your existing API in Insomnia
MIT License
426 stars 31 forks source link

Servers Offline #22

Open reisblucas opened 2 years ago

reisblucas commented 2 years ago

Current behavior

I can't download it, the servers are offline for all URLs, the application does not works anymore?

From terminal:

neur4l in ~ 
➜  wget https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia
--2022-07-23 19:36:55--  https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.111.198
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.111.198|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-07-23 19:36:56 ERROR 404: Not Found.

https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>swaggymnia</BucketName>
<RequestId>G3KMJF15KTT2A732</RequestId>
<HostId>gkfOnLHKQ7yOz9hE9ILobR3QZYdx0mvLNyScF6WrXhMLP37Zmy4wKblExAM3VYDeacMBYhtdHT4=</HostId>
</Error>

http://www.blog.labouardy.com/generate-swagger-documentation-from-insomnia-rest-client/

403 ERROR
The request could not be satisfied.
Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: a9Ina3yDZ9EuDGbYZNvVm9hB1o5pYGuttNj6GEsqmJKobyDnrXXDfw==

Steps to reproduce the behavior

Clicks on links below:

https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia

http://www.blog.labouardy.com/generate-swagger-documentation-from-insomnia-rest-client/

nasrulhazim commented 2 years ago

having same issue:

wget https://s3.amazonaws.com/swaggymnia/1.0.0-beta/osx/swaggymnia

and it returned:

--2022-09-17 22:53:35--  https://s3.amazonaws.com/swaggymnia/1.0.0-beta/osx/swaggymnia
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.112.117
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.112.117|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-09-17 22:53:36 ERROR 404: Not Found.
farhanlabib commented 1 year ago

Having the same problem

2022-10-23 16:26:54-- https://s3.amazonaws.com/swaggymnia/1.0.0-beta/windows/swaggymnia Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.130.240 Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.130.240|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2022-10-23 16:26:55 ERROR 404: Not Found.

manelet commented 1 year ago

same here

reisblucas commented 1 year ago

Guys,

Swaggyminia does not work anymore and I come with some helpful information, I used swagger-ui-express with openapi: 3.0.0, in this version you can use one authentication to all routes that u want to be authenticated with and not one a one like another versions that I've tried.

Example of swagger file: XP-Bank - Swagger File

This swagger file is not fully formatted, you guys can use some part of this structure to make their swagger file.

I think it could help!

guipedrazzi commented 1 year ago

Current behavior

I can't download it, the servers are offline for all URLs, the application does not works anymore?

From terminal:

neur4l in ~ 
➜  wget https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia
--2022-07-23 19:36:55--  https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.111.198
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.111.198|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-07-23 19:36:56 ERROR 404: Not Found.

https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>swaggymnia</BucketName>
<RequestId>G3KMJF15KTT2A732</RequestId>
<HostId>gkfOnLHKQ7yOz9hE9ILobR3QZYdx0mvLNyScF6WrXhMLP37Zmy4wKblExAM3VYDeacMBYhtdHT4=</HostId>
</Error>

http://www.blog.labouardy.com/generate-swagger-documentation-from-insomnia-rest-client/

403 ERROR
The request could not be satisfied.
Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: a9Ina3yDZ9EuDGbYZNvVm9hB1o5pYGuttNj6GEsqmJKobyDnrXXDfw==

Steps to reproduce the behavior

Clicks on links below:

https://s3.amazonaws.com/swaggymnia/1.0.0-beta/linux/swaggymnia

http://www.blog.labouardy.com/generate-swagger-documentation-from-insomnia-rest-client/

Try uploading your exported .json/.yaml from insomnia in https://www.apimatic.io/ , then export from there to OpenAPI 3.x. It worked for me

Sukikiroi commented 7 months ago

It Worked Thank you @guipedrazzi