We encounter the following error when access swagger API. It mainly for operations under 'Pet" tag, for example POST /pet
After request, we got 500 error with following response.
"code": 500,
"type": "unknown",
"message": "something bad happened"
This happens to some other operations under 'Pet' tag. Can you please help to solve the issue?
Solved! Go to Solution.
The petstore got very sad recently and has been replaced. Please retry when you can, it is behaving as expected now.
The pet store is intended as a demo and isn't very stable as such (we'll improve it in the future). If you ever get a 500 in response, it should be fixed automatically within a few hours as the demo resets.
The petstore got very sad recently and has been replaced. Please retry when you can, it is behaving as expected now.
Thanks.
But now same issue comes again. Will this petstore APIs be replaced by others? And will this issue happen in the future?
Fixed again now. Since this is a public app that any user can play with, things may end up breaking and we cannot guarantee it won't happen again in the future.
Thanks. Now it works.
Sorry, the issue occur again for operations under Pet tag.
it returns following error when request send.
{
"code": 500,
"type": "unknown",
"message": "something bad happened"
}
Can you please help to solve it again?
Many appreciations.
Hi, which operation are you calling, and with what data?
Thanks for reply. The following operations
POST, PUT /pet operations ,and GET /pet/findByStatus, DELETE /pet/{petId}, POST /pet/{petId}
Hi
The petstore operations under Pet and User tags are all return 500.
Could you please help to fix the issues?
Thank you so much.
Should be fixed now.
Subject | Author | Latest Post |
---|---|---|