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

Image API can't find some images but info API has the poster URL #308

Open
hsharghi opened this issue Feb 14, 2024 · 0 comments
Open

Image API can't find some images but info API has the poster URL #308

hsharghi opened this issue Feb 14, 2024 · 0 comments

Comments

@hsharghi
Copy link

Get image via image API returns 404 for the following movie
http://img.omdbapi.com/?i=tt2934286&apikey=
But when getting info for the same id
http://www.omdbapi.com/?i=tt2934286&apikey=
poster url is present and is working fine.
info API response:

{
...
  "Poster": "https://m.media-amazon.com/images/M/MV5BOTZkNjllMzYtY2ZiNi00YTdkLTg0OTEtZTgzOGY5Njc3NmNiXkEyXkFqcGdeQXVyMTUzMTg2ODkz._V1_SX300.jpg",
...
}

Why image and info API work differently? Does image API get image data from url provided in info API?

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

1 participant