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

Imdb "find" imdb scraprt check error #73

Open
kolbdog323 opened this issue Jul 16, 2024 · 5 comments
Open

Imdb "find" imdb scraprt check error #73

kolbdog323 opened this issue Jul 16, 2024 · 5 comments

Comments

@kolbdog323
Copy link

Here is what its giving me:

query '天気の子' [null] imageURL mismatch got: "https://m.media-amazon.com/images/M/MV5BYjEzMjJjNzctNmFmMy00MTE4LTkwZTItYjY3Y2VjZmYxNmE3XkEyXkFqcGdeQXVyOTI4MzgyNTk@._V1_.jpg" expected: "https://m.media-amazon.com/images/M/MV5BNzE4ZDEzOGUtYWFjNC00ODczLTljOGQtZGNjNzhjNjdjNjgzXkEyXkFqcGdeQXVyNzE5ODMwNzI@._V1_.jpg"

@kolbdog323
Copy link
Author

looks like the sample image got updated on imdb website since i looked at the mvie page

@theMK2k
Copy link
Owner

theMK2k commented Jul 16, 2024

correct, I also fixed that - I changed the check in a way that it looks if "at least an image is provided" and not "which exact URL the image has" - the check is a bit weaker that way but it will prevent warnings like this where actually everything is fine

next version will contain the fix

@kolbdog323
Copy link
Author

Okay, thanks I just wasnt sure if you were aware of that error or not because i tried adding a new movie and got that erorr.

@kolbdog323
Copy link
Author

AN

correct, I also fixed that - I changed the check in a way that it looks if "at least an image is provided" and not "which exact URL the image has" - the check is a bit weaker that way but it will prevent warnings like this where actually everything is fine

next version will contain the fix

And maybe if no image provided that is when the user can add its own poster?

@theMK2k
Copy link
Owner

theMK2k commented Jul 17, 2024

And maybe if no image provided that is when the user can add its own poster?

This is another topic :)

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

2 participants