Kodi Community Forum
Problem scraping specific series - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Problem scraping specific series (/showthread.php?tid=101178)



Problem scraping specific series - Fox - 2011-05-10

I have some weird problem with a few of my series.
I think I have narrowed it down to the .xml file in the /home/xbmc/.xbmc/temp/scrapers/metadata.tvdb.com folder.
If I run a refresh on an episode I get some info but the Plot is always missing (for these specific series). But if I delete the .xml file and run again it will fetch the right info.

Here is my debug log,
http://pastebin.com/Y2rAnrhg
At ~18:46 I first ran one refresh, got no plot information.
Then I deleted the .xml file and ran it again at ~18:48 and it fetched all the info nicely for that episode. And as far I as have seen it works now until I want to fetch the info for another series (of the problematic ones, most work nicely though).

/Fox


- olympia - 2011-05-10

From where did you get the tvdb scraper? Did you modify it?


- Fox - 2011-05-10

From the regular Addon installer, haven't touched it.


- olympia - 2011-05-10

Very odd because the API key doesn't seem to match with the one in the offical repo.


- Fox - 2011-05-10

Hmm well actually maybe you are right, it's from the XBMCFreak livecd so I can't be sure it's the regular one, but I get the updates now and then too it...

I can try to remove it and add it again if you think that helps?


- olympia - 2011-05-10

I am really wondering how this can happen, but this is causing the issue for sure. What is the scraper version you are using atm?

Can you pastepin the scraper as well?


- Fox - 2011-05-10

Sure, but not sure which file you want to see, here is the tvdb.xml
http://pastebin.com/qZwhiZiU

Changelog say it's version 1.2.1


- olympia - 2011-05-10

I can/will fix this on our end (you will get the fix with a scraper update), but the potential reason is that you have a tvshow.nfo with an <episodeguideurl> with a different API key (created by an external media manger which seems to be Sick Beard looking at the key).


- Fox - 2011-05-10

Ah thanks! Thats seems be the cause of the problem, I did a search for that file and found it on the shows that was making trouble.
Guess they were old remnants from when I was playing around earlier with an external manager.
If you want me to do some more testing just tell me!

Thanks again!


- olympia - 2011-05-10

I've just deployed the fix with scraper v1.2.2.
Update the scraper and test if it is working if you still have those tvshow.nfos.


- Fox - 2011-05-11

Worked perfectly. Smile
I left two tvshow.nfo files just for testing and both shows were not fetching the right info before the update but after I got 1.2.2 it got the right information.

So again big thanks!