TMDB scraper doesn`t work
TMDB scraper doesn`t work
Hello everybody.
Unfortunaly the TMDB scraper doesnt work for me anymore.
I use the xbmc4xbox 3.5 revision.
A few month ago, I have to change the tmdb.xml file in the "common" folder with another modified one. That has fixed some problems with poster and fanart (thx again to Dom DXecutioner).
But now... nothing is happen when I try to scrape something with the TMDB scraper (IMDB scraper works fine).
Can someone confirm that problem?
I have tried to use the previous tmdb.xml file (the one in the common folder from rev. 3.5) - nothing
then I have tried to change the tmdb.xml files (the two from rev. 3.5) with those from the 3.5.1 build - nothing
Here is the log file: http://www.xbmclogs.com/pvrju2fkw
Any ideas? Hope there is a chance to fix that.
Greetz
Unfortunaly the TMDB scraper doesnt work for me anymore.
I use the xbmc4xbox 3.5 revision.
A few month ago, I have to change the tmdb.xml file in the "common" folder with another modified one. That has fixed some problems with poster and fanart (thx again to Dom DXecutioner).
But now... nothing is happen when I try to scrape something with the TMDB scraper (IMDB scraper works fine).
Can someone confirm that problem?
I have tried to use the previous tmdb.xml file (the one in the common folder from rev. 3.5) - nothing
then I have tried to change the tmdb.xml files (the two from rev. 3.5) with those from the 3.5.1 build - nothing
Here is the log file: http://www.xbmclogs.com/pvrju2fkw
Any ideas? Hope there is a chance to fix that.
Greetz
...THE TRUTH IS OUT THERE...
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: TMDB scraper doesn`t work
Log page doesn't seem to work (did you set the paste for less than 1 month?), can you produce another debug log please.
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak
Re: TMDB scraper doesn`t work
Okey, thx for the info. Something else... any ideas to fix that?
I`ve no idea what i can do furthermore to solve that problem. Don`t want to use media companion or something like that.
Really hope that there will be a fix anytime in the future.
Edit:
Hmm.... what the hell happend with my log file
When i have tested the link it worked... thx Dan Dar3 for the info.
I will produce a new log file and also will take a look at the time for paste.
I`ve no idea what i can do furthermore to solve that problem. Don`t want to use media companion or something like that.
Really hope that there will be a fix anytime in the future.
Edit:
Hmm.... what the hell happend with my log file

I will produce a new log file and also will take a look at the time for paste.
...THE TRUTH IS OUT THERE...
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: TMDB scraper doesn`t work
Please make sure it's a debug log and to capture scraping one movie with it.
http://www.xbmc4xbox.org.uk/forum/viewt ... p?f=6&t=65
It will probably require a code change to the XML files, when we confirm the issue and possibly find the Kodi forum thread discussing it we can will open a bug ticket here and will follow that.
http://www.xbmc4xbox.org.uk/forum/viewt ... p?f=6&t=65
It will probably require a code change to the XML files, when we confirm the issue and possibly find the Kodi forum thread discussing it we can will open a bug ticket here and will follow that.
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak
- Dom DXecutioner
- Posts: 587
- Joined: Thu Jul 05, 2012 11:59 pm
- Location: California
- Has thanked: 249 times
- Been thanked: 226 times
- Contact:
Re: TMDB scraper doesn`t work
Sooo...
I've tested the scraper and indeed is broken. Although the link to search is properly formatted ( I tested various movie links ), it seems that, while tmdb provides the proper results, the scraper's GetSearchResults isn't returning any results as confirmed by the debug logs. I checked and compared it to Kodi's scrapper and made a couple of small changes, but still did not work. I'm sure I missed something, but as it stands right now, I'm unable to determine why xbmc is not getting the results.
I've tested the scraper and indeed is broken. Although the link to search is properly formatted ( I tested various movie links ), it seems that, while tmdb provides the proper results, the scraper's GetSearchResults isn't returning any results as confirmed by the debug logs. I checked and compared it to Kodi's scrapper and made a couple of small changes, but still did not work. I'm sure I missed something, but as it stands right now, I'm unable to determine why xbmc is not getting the results.

Re: TMDB scraper doesn`t work
Heho
Here is the new log file: http://www.xbmclogs.com/pye4voaul

...THE TRUTH IS OUT THERE...
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: TMDB scraper doesn`t work
Thanks, I believe this is the interesting part below. As Dom DXecutioner mentioned earlier GetSearchResults parsing logic might need to be adjusted - TMDb call does return a result (as you can see if you paste it in HTTP URL in a web browser).
Code: Select all
19:45:48 M: 32845824 DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'dav://anonymous:obias311@192.168.2.146:5005/NAS/Filme/Pixels/Pixels.mkv'
...
19:45:48 M: 31322112 DEBUG: scraper: Searching for 'pixels' using themoviedb.org scraper (file: 'tmdb.xml', content: 'movies', language: 'en', date: '2010-02-24', framework: '1.1')
19:45:48 M: 31322112 DEBUG: CurlFile::Open(D009F2A8) http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=pixels&year=&language=de
19:45:48 M: 31248384 INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://api.tmdb.org
19:45:48 M: 31064064 DEBUG: scraper: GetSearchResults returned <results></results>
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak
- Dom DXecutioner
- Posts: 587
- Joined: Thu Jul 05, 2012 11:59 pm
- Location: California
- Has thanked: 249 times
- Been thanked: 226 times
- Contact:
TMDB scraper doesn`t work
Wow... BuZz is still alive!!! Just joking... I'll take a look at the change as I'm curious what I missed!
Thank you for your work!
Thank you for your work!


- Dom DXecutioner
- Posts: 587
- Joined: Thu Jul 05, 2012 11:59 pm
- Location: California
- Has thanked: 249 times
- Been thanked: 226 times
- Contact:
Re: TMDB scraper doesn`t work
I can confirm that this now works! Simply replace the file in the scrapers->video folder.
Again, thank you!
Again, thank you!

TMDB scraper doesn`t work




Perhaps, that could be the best x-mas present this year...

Last edited by RextheC on Thu Dec 17, 2015 8:47 pm, edited 2 times in total.
...THE TRUTH IS OUT THERE...
Re: TMDB scraper doesn`t work
Great support here ! I`m really happy that the tmdb scraper is back again.
Everything is fine... nfo files, Posters, Fanart.
I have changed the xml file in scrapers/ videofolder (thx Dom DXecutioner) for that info.
... and it worked
Thanks so much BuZz for your awesome work to the xbmc4xbox project and of course for fixing the tmdb scraper... fantastic !
Also thx to Dan Dar3 and all the other supporters who have helped.
Greetz

Everything is fine... nfo files, Posters, Fanart.
I have changed the xml file in scrapers/ videofolder (thx Dom DXecutioner) for that info.
... and it worked



Thanks so much BuZz for your awesome work to the xbmc4xbox project and of course for fixing the tmdb scraper... fantastic !


Also thx to Dan Dar3 and all the other supporters who have helped.
Greetz

...THE TRUTH IS OUT THERE...
Re: TMDB scraper doesn`t work
What is the best back up scraper to use when TMDB isn't working in the future.. IMDB? I can't seem to d/l the file update Buzz posted here
-
- Posts: 4
- Joined: Sat Jan 16, 2016 3:40 am
Re: TMDB scraper doesn`t work
I added your xml and I still cant get the scraper to work. is it because I got 3.5.1. and also my weather works but I cant change the state it freezes. your help would be greatly needed. thank you
Re: TMDB scraper doesn`t work
Well.... I guess it is broken, again. 
At the beginning of this year it worked fine for me, then my "old lady" died. So I had to buy a new xbox classic, got it softmodded, stuffed it with xbmc4xbox 3.5.3 and .... everything fine but the tmdb - scraper replies in german:
"Informationen können nicht runtergeladen werden.
Höchstwahrscheinlich ist der Server nicht erreichbar.
Möchtest Du mit der Aktualisierung fortfahren?"
In english:
"Information can not be downloaded.
Most likely the server is unavailable.
Do you want to continue with the update? "
And YES - I have updated and replaced the tmdb.xml file from https://svn.exotica.org.uk:8443/xbmc4xb ... o/tmdb.xml
But it does not work (anymore).
Well, now my "new" lady ist working, but the IMDB - scraper does not make me happy to be honest.
A working scraper that understands german and that provides me with posters would be nice.
Anyone who might help me with this?

At the beginning of this year it worked fine for me, then my "old lady" died. So I had to buy a new xbox classic, got it softmodded, stuffed it with xbmc4xbox 3.5.3 and .... everything fine but the tmdb - scraper replies in german:
"Informationen können nicht runtergeladen werden.
Höchstwahrscheinlich ist der Server nicht erreichbar.
Möchtest Du mit der Aktualisierung fortfahren?"
In english:
"Information can not be downloaded.
Most likely the server is unavailable.
Do you want to continue with the update? "
And YES - I have updated and replaced the tmdb.xml file from https://svn.exotica.org.uk:8443/xbmc4xb ... o/tmdb.xml
But it does not work (anymore).

Well, now my "new" lady ist working, but the IMDB - scraper does not make me happy to be honest.
A working scraper that understands german and that provides me with posters would be nice.
Anyone who might help me with this?