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

5XX Internal Server Error starting mid february #154

Open
maliesa96 opened this issue Feb 17, 2024 · 4 comments
Open

5XX Internal Server Error starting mid february #154

maliesa96 opened this issue Feb 17, 2024 · 4 comments

Comments

@maliesa96
Copy link

Hi,

I've noticed I've been getting 5xx "Internal Server Error" responses when hitting the /details endpoint starting a few days ago. This wasn't an issue prior to mid feb and I haven't made any changes to the code since.

I'm thinking Resy has changed something on their end but I'm not sure what it is. Inspecting the API request on the website shows it looks the same as far as I can tell.

Anyone else seeing this issue?

@arr00
Copy link

arr00 commented Feb 17, 2024

Same issue. Been trying to debug to no avail.

@ragnarak54
Copy link

I believe they've changed around the endpoint significantly, if you check in the console its now a POST endpoint and receives the data in the request body instead of in query params

@michael-abbate
Copy link

Hey everyone

When I'm hitting the details/ endpoint im getting same 500 error as you all. And I can confirm with @ragnarak54 that they're using a POST now instead of GET for details/.
image

However, when i configured everything in Postman, it seems like the details/ endpoint is working for GET when i use Params, but it's not working for POST when i use Body form-data. Just thought I'd post this as I find this to be super weird -- if anyone has any info here let us know!

GET working in postman:
image

POST not working in postman:
image

@ragnarak54
Copy link

@michael-abbate it shouldn't be a form-data body, but a raw json if youre trying to POST to /details. the body is the same, but you just have the wrong type (you can see its application/json in the website's call in the console)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants