Can't update my library
#1
Hi guys,

i have a big problem with XBMC. i can't update my library.. i have a folder with 150 movies.. every movie has its own folder (example film/matrix/matrix.avi. In xbmc i see only 20 movies..

if i go to update the library, appears for 0,1 seconds a screen.. ( i can't read it).. OR. the error "unable connect to remote server"..

i tryed:
- Reinstall XBMC
- i deleted my "film source" and created a new.. with another scrapper..

This is the log error:
21:26:58 T:2948 DEBUG: CFavourites::Load - no system favourites found, skipping
21:26:58 T:2948 DEBUG: CFavourites::Load - no userdata favourites found, skipping
21:26:58 T:2948 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
21:26:58 T:2948 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
21:26:58 T:2076 DEBUG: CImageLoader:Big GrinoWork - took 103 ms to load special://masterprofile/Thumbnails/6/6c0df920.jpg
21:26:59 T:3668 DEBUG: CAESinkDirectSound:Big Grineinitialize: Cleaning up
21:26:59 T:3668 DEBUG: Suspended the Sink
21:27:02 T:2948 DEBUG: CApplication:TonguerocessMouse: trying mouse action leftclick
21:27:03 T:2948 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
21:27:03 T:3428 NOTICE: Thread CVideoInfoScanner start, auto delete: false
21:27:03 T:2948 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
21:27:03 T:3428 NOTICE: VideoInfoScanner: Starting scan ..
21:27:03 T:3428 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
21:27:03 T:3428 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanStarted
21:27:04 T:3428 DEBUG: VideoInfoScanner: Skipping dir 'H:\film\' due to no change
21:27:04 T:3428 DEBUG: VideoInfoScanner: Skipping dir 'H:\film\007 al servizio segretodi sua maesta\' due to no change (fasthash)
21:27:04 T:3428 DEBUG: VideoInfoScanner: Skipping dir 'H:\film\battle ship\' due to no change (fasthash)
21:27:04 T:3428 DEBUG: VideoInfoScanner: Scanning dir 'H:\film\Bel Ami. Storia di un seduttore - 2012[MT]\' as not in the database
21:27:04 T:3428 DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'stack://H:\film\Bel Ami. Storia di un seduttore - 2012[MT]\Bel.Ami.Storia.Di.Un.Seduttore.2012.iTALiAN.MD.R5.XviD-TNZ[MT].CD1.avi , H:\film\Bel Ami. Storia di un seduttore - 2012[MT]\Bel.Ami.Storia.Di.Un.Seduttore.2012.iTALiAN.MD.R5.XviD-TNZ[MT].CD2.avi'
21:27:04 T:3428 DEBUG: ADDON::CScraper::FindMovie: Searching for 'Bel Ami. Storia di un seduttore' using MyMovies.it scraper (path: 'C:\Documents and Settings\Michele.VAIO\Dati applicazioni\XBMC\addons\metadata.mymovies.it', content: 'movies', version: '2.0.2')
21:27:04 T:3428 DEBUG: scraper: CreateSearchUrl returned <url>http://www.google.it/search?q=bel%20ami.%20storia%20di%20un%20seduttore%20(2012)+site:mymovies.it|User-Agent=Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1</url>
21:27:04 T:3428 DEBUG: CurlFile::Open(038B3B88) http://www.google.it/search?q=bel%20ami....ymovies.it
21:27:04 T:3428 INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to http://www.google.it
21:27:07 T:2948 DEBUG: ------ Window Deinit (Pointer.xml) ------
21:27:09 T:3428 WARNING: XFILE::CCurlFile::CReadState::FillBuffer: curl failed with code 22
21:27:09 T:3428 ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
21:27:09 T:3428 ERROR: ADDON::CScraper::Run: Unable to parse web site
21:27:09 T:2948 DEBUG: ------ Window Init (DialogYesNo.xml) ------
21:27:09 T:2948 INFO: Loading skin file: DialogYesNo.xml, load type: KEEP_IN_MEMORY
21:27:12 T:2948 DEBUG: ------ Window Init (Pointer.xml) ------

this is the complete log:
http://www.xbmclogs.com/show.php?id=92623

Please help me, and sorry for my bad english..

Yuri
Reply
#2
bump
Reply
#3
Are all your movies named properly? If not, they may not be recognized or scraped.
Reply
#4
you're using metadata.mymovies.it, which is not one of our official scrapers. If tmdb doesn't work, you'll have to report your issue to the addon author.
Reply
#5
Hi
I have the same problem started today I think
Reply
#6
(2013-12-03, 21:51)s2tephen Wrote: Hi
I have the same problem started today I think

Are you also using the metadata.mymovies.it scraper?
Reply
#7
tmdb
thought it was something to do with my switch or router but seems not
Reply
#8
Hi guys! thanks for answers!
i tried with moviplayer.it and tmdb .. nothing changed.

and all my movies named properly.
Reply
#9
I noticed last night that I couldn't update my latest movies. Didn't have time to look any further into it.
Reply
#10
the curl error that is thrown here means that the remote server returns an error code that is >= 400.

which is exactly what is happening:
Code:
$ wget "http://www.google.it/search?q=bel%20ami.%20storia%20di%20un%20seduttore%20(2012)+site:mymovies.it" -O -
--2013-12-04 14:34:40--  http://www.google.it/search?q=bel%20ami.%20storia%20di%20un%20seduttore%20(2012)+site:mymovies.it
Resolving www.google.it (www.google.it)... 173.194.70.94, 2a00:1450:4001:c02::5e
Connecting to www.google.it (www.google.it)|173.194.70.94|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2013-12-04 14:34:41 ERROR 403: Forbidden.

Note that this works if you add a browers user agent, e.g. IE or firefoxes. Should be an easy fix for the mymovies.it author.


now lets see some logs with tmdb
Reply

Logout Mark Read Team Forum Stats Members Help
Can't update my library0