Hi all
So I am trying to scrape the following movie which exists in the DB https://www.themoviedb.org/movie/705487-never-hike-alone
However when searching for the title both on the website and via API I get 0 results.
Is the DB entry got a problem?
Thanks
curl "https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone" {"page":1,"total_results":0,"total_pages":0,"results":[]}
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on September 6, 2020 at 11:04 AM
Make another attempt.
Reply by nekromantik
on September 6, 2020 at 11:34 AM
Works now but not if I include the year 2017. Is that expected? Kodi searches it and adds year so still cant find.
Reply by ticao2 š§š· pt-BR
on September 6, 2020 at 11:56 AM
In order for someone to help you with API Request questions, it is critical that you post here the API Request you are using.
Remember to replace your Key with THE_KEY , or something like that.
I have the impression that the include_adult parameter is having problems.
And this movie in question had the adult flag.
The flag was removed because it seems to me that it is not a pornographic film.
So you were able to find it with your API Request.
But now your problem is the Year.
Then, post the API Request you are using.
Only then will I be able to help.
Reply by nekromantik
on September 6, 2020 at 12:08 PM
this is the request:
Reply by ticao2 š§š· pt-BR
on September 6, 2020 at 1:34 PM
I just did a test using my Firefox. Twice.
I used my API Key in your API Request.
Worked perfectly.
EDIT
Try using this text as a query:
Reply by nekromantik
on September 6, 2020 at 2:13 PM
Yes if I change the query to + it works but sadly the Kodi TMDB scraper does the query string and I cant change that.
This is only title I have this issue with. The Query string I quoted only shows 0 results and thats what Kodi is using so its not finding the movie.
Reply by nekromantik
on September 6, 2020 at 3:13 PM
dont worry I fixed it
thanks :)