Kodi Community Forum
Scrapper issue - 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: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Scrapper issue (/showthread.php?tid=127712)



Scrapper issue - ithaki - 2012-04-04

Hi,
I have an Apple TV 2 4.1.1 running Dharma 10.1 since last February. All was perfect.
Then 2 days ago the scrapper seems to not be working correcly.

When I add 2-3 episodes from a series, it doesn't display any information about the episodes.

I know what you are going to say; that I should update to Eden, and i will. I just need to know if the problems I have have something to do that I am at Dharma still or they are something completely different.

This is my debug log from yesterday:
http://pastebin.com/8E2S09EJ

Thank you very much for your time.



RE: Scrapper issue - jmarshall - 2012-04-04

Looks to me that almost all of your databases are corrupt.


RE: Scrapper issue - ithaki - 2012-04-04

So, what is your suggestion?

Delete my libraries and then re-add them?


RE: Scrapper issue - matpol - 2012-04-04

I had a similar problem recently and deleted the video library db - they get recreated once you start using the system again and the scrapers should work.


RE: Scrapper issue - jmarshall - 2012-04-04

Yup - your texture db is also corrupt (iOS seems to be fond of doing this - it would be great to know what's causing it!)


RE: Scrapper issue - ithaki - 2012-04-04

This is my debug log from the day before yesterday.

http://pastebin.com/1yfu7jdX

As you will see there are many errors like this one:
ERROR: GetCachedTexture, failed on url 'http://mirrors.xbmc.org/addons/dharma/skin.mediastream_redux/icon.png'

Does this mean that it might have some problems getting info from the internet?


RE: Scrapper issue - jmarshall - 2012-04-04

No, it's because your texture database is corrupt.


RE: Scrapper issue - ithaki - 2012-04-04

OK,
And will a simple delete of the "Video" libraries will fix this issue or do I need to do anything more ?

P.S. I am asking because i cannot try it now since i am at work Smile


RE: Scrapper issue - sphere - 2012-04-04

(2012-04-04, 10:04)ithaki Wrote: And will a simple delete of the "Video" libraries will fix this issue or do I need to do anything more ?

You have to delete the _texture_ database, not video database! (Textures*.db)

After deleting this db xbmc will automatically create a new on start and fill it on demand.


RE: Scrapper issue - jmarshall - 2012-04-04

And yes, you also need to delete your video database - just the latest version at first.


RE: Scrapper issue - Memphiz - 2012-04-04

jmarshall ... imho db's get corrupted on crash. Couldbe that its the early exit we have to do on atv2 (davilla could comment on that).


RE: Scrapper issue - jmarshall - 2012-04-04

I doubt they'd be corrupted purely on a crash. I'm wondering whether they get corrupted due to multiple threads updating the database - this can potentially happen when first updating libraries, though there's only a small window for it to occur, as the bulk of it is done under transaction.


RE: Scrapper issue - ithaki - 2012-04-05

I deleted the video and textures db and after that re-added my TV Series to the Library.
It scrapped only half of my TV series and the other half was not; I couldn't even do them manually.

Then I deleted all the databases in the userdata folder, emptied the Thumbnails folder (just because it was getting rather large) and upgraded to Eden.

Now it appears to be working correctly; I already have imported all my TV Series and Movies.

Thanks so much for your help.