Problem by refreshing
#1
[SOLVED]

Have a problem with Xbmc after starting. I set it up that xbmc refresh all the folders.

Movie Scraper: The Movie DB
TV Shows The TV Db
Muisc ? Don't use scraper

But i tagged all movies with a tool which generates nfo but i this is only for plan b. And for tv shows its a must, they are changen very often so tagging is really hard.

I'll get the message

Could not download information
Unable to connect to remote server
Would you like to continue scanning?

I tried to understand the log entries but i dont... I was thinking, may be there is a charakter in a movie name which made the problems, but i've removed those movies and the problem is still there.

Please help me, this is so annoying.

Code:
20:52:02 T:5628 M:2012139520 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
20:52:02 T:5628 M:2012135424   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
20:52:02 T:5628 M:2012135424   ERROR: ADDON::CScraper::Run: Unable to parse web site
20:52:04 T:5628 M:2011729920  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:07
20:52:07 T:3380 M:2013286400   ERROR: Window Translator: Can't find window (videolibrary
20:52:14 T:5548 M:1857376256   ERROR: Previous line repeats 1 times.
20:52:14 T:5548 M:1857376256  NOTICE: VideoInfoScanner: Starting scan ..
20:52:18 T:5548 M:1769533440 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
20:52:18 T:5548 M:1769508864   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
20:52:18 T:5548 M:1769484288   ERROR: ADDON::CScraper::Run: Unable to parse web site
Reply
#2
log snippets don't help. Please upload your whole log to pastebin or a similar site and link to us the URL. Make sure debugging is on in System/settings -> System -> Debugging
Reply
#3
Curl error 22 is:

CURLE_HTTP_RETURNED_ERROR
This is returned if CURLOPT_FAILONERROR is set TRUE and the HTTP server returns an error code that is >= 400

so there is something wrong with the query. However as Ned says, you need to enable debug logging, restart XBMC, retry the scrap then pop the log on http://pastebin.com/ and post the link to it here.

JR
Reply
#4
Sorry i dont know that. Here is a full debug log.

http://pastebin.com/JMbFKXZQ
Reply
#5
There are two Curl 22 errors in the log:

Code:
DEBUG: FileCurl::Open(0AFFEE00) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/%239+2009
WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22

and

Code:
DEBUG: FileCurl::Open(0AFFEE00) http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/affengeil%20%e2%80%93%20tiere%20ganz%20privat+1990
WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22

You can check these by opening a command prompt and typing:

Code:
curl "http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/%239+2009"
curl "http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/affengeil%20%e2%80%93%20tiere%20ganz%20privat+1990"

Note that you need to download the curl app from http://curl.haxx.se/download.html.

When I try the above on my system here both URLs work fine. They return "not found" messages, but that's fine. It's if they return an HTTP error code that XBMC will complain.

JR
Reply
#6
jhsrennie Wrote:
Code:
curl "http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/%239+2009"
curl "http://api.themoviedb.org/2.1/Movie.search/de/xml/57983e31fb435df4df77afb854740ea9/affengeil%20%e2%80%93%20tiere%20ganz%20privat+1990"

Thank you for your help!

The first link to the movie looks for me unknown, the second is a very old movie and i know there are no informations. Can i force xbmc to use the nfo for this one only?
Reply
#7
Yes. Please check http://wiki.xbmc.org/index.php?title=Imp..._nfo_Files for more information about using .nfo files.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#8
vdrfan Wrote:Yes. Please check http://wiki.xbmc.org/index.php?title=Imp..._nfo_Files for more information about using .nfo files.

Perfect!! I didnt know that "Use foldernames for lookups" is needed to use nfos.
Working like a charm. Had problems with äöü in lion king.
Reply
#9
It's not needed. In case your media is named somemovietitle.avi you just need to place a somemovietitle.nfo next to it in order to make XBMC read it.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem by refreshing0