The Movie Database Support

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":[]}

7 replies (on page 1 of 1)

• Jump to last post

@nekromantik said:
Movie not found when searching
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":[]}

Make another attempt.

@ticao2 said:

@nekromantik said:
Movie not found when searching
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":[]}

Make another attempt.

Works now but not if I include the year 2017. Is that expected? Kodi searches it and adds year so still cant find.

Works now but not if I include the year 2017. Is that expected? Kodi searches it and adds year so still cant find.

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.

@ticao2 said:

Works now but not if I include the year 2017. Is that expected? Kodi searches it and adds year so still cant find.

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.

this is the request:

curl "https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone&year=2017&language=en"

@nekromantik said:
this is the request:

curl "https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone&year=2017&language=en"

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:

Never+Hike+Alone

@ticao2 said:

@nekromantik said:
this is the request:

curl "https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone&year=2017&language=en"

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:

Never+Hike+Alone

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.

2020-09-06 14:29:44.179 T:139707691280128 DEBUG: FindMovie: Searching for 'Never Hike Alone' using The Movie Database scraper (path: '/storage/.kodi/addons/metadata.themoviedb.org', content: 'movies', version: '5.2.1')
2020-09-06 14:29:44.180 T:139707691280128 DEBUG: scraper: CreateSearchUrl returned https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone&year=&language=en
2020-09-06 14:29:44.180 T:139707691280128 DEBUG: CurlFile::Open(0x7f103c2305b0) https://api.tmdb.org/3/search/movie?api_key=xx&query=Never%20Hike%20Alone&year=&language=en
2020-09-06 14:29:44.191 T:139707691280128 DEBUG: Get: Using "UTF-8" charset for "https://api.tmdb.org/3/search/movie?api_key=xx8&query=Never%20Hike%20Alone&year=&language=en"
2020-09-06 14:29:44.191 T:139707691280128 DEBUG: scraper: GetSearchResults returned
2020-09-06 14:29:44.191 T:139707691280128 WARNING: No information found for item 'nfs://xxx/Movies/Never Hike Alone (2017)/Never Hike Alone (2017).mp4', it won't be added to the library.

dont worry I fixed it

thanks :)

Can't find a movie or TV show? Login to create it.

Want to rate or add this item to a list?

Login