question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Did the API stop working? 404 "Unfortunately, this is no longer available."

See original GitHub issue

Starting yesterday I started getting this response, am I the only one? 2019-08-25_09h30_10

    "error_code": 404,
    "error_type": "record_not_found",
    "error_message": "Unfortunately, this is no longer available.",
    "error_id": "02325c724e1b48ea5b2d870bd9908085"
}```

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
kurumbuscommented, Aug 31, 2019

You can get search results if you query this for example: https://www.airbnb.com/api/v2/explore_tabs?api_key=d306zoyjsyarp7ifhu67rjxn52tv0t20&location=Paris

But in the response, json structure is rather difficult to parse. So I’m not sure it’s viable

0reactions
dSurprenantcommented, Sep 21, 2019

Here’s a hint to parse the response

yourResults.explore_tabs[0].sections[*].listings

*= 0 to 2 depending on the type of listing

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Error 404 Not Found on Your WordPress Site - Kinsta
The Error 404 Not Found status code indicates that the origin server did not find the target resource. Check out these common causes...
Read more >
Is it correct to return 404 when a REST resource is not found?
With a simple 404 response, the client has no idea which of the referenced resources was not found. Both of these problems can...
Read more >
Why does my Boomi API return a 404?
In this situation, it defaults to throwing a 404 error. Check your deployed APIs and ensure that there are no two APIs deployed...
Read more >
Error 404: 4 Ways to Fix It - Hostinger
Error 404 is a response code, meaning the server could not locate the requested content. Check this article to learn 4 steps to...
Read more >
Error 404 not found - What does it mean & how to fix it! - IONOS
However the appearance of a 404 page does not necessarily mean that the desired information is not available at all.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found