swaggymnia icon indicating copy to clipboard operation
swaggymnia copied to clipboard

Servers Offline

Open reisblucas opened this issue 1 year ago • 6 comments

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/

reisblucas avatar Jul 23 '22 22:07 reisblucas

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.

nasrulhazim avatar Sep 17 '22 14:09 nasrulhazim

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.

farhanlabib avatar Oct 23 '22 10:10 farhanlabib

same here

manelet avatar Oct 31 '22 20:10 manelet

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!

reisblucas avatar Nov 01 '22 01:11 reisblucas

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

guipedrazzi avatar Jun 15 '23 20:06 guipedrazzi

It Worked Thank you @guipedrazzi

Sukikiroi avatar Mar 09 '24 06:03 Sukikiroi