Help with a new Korean Music Scraper?
#1
Question 
This is my third scraper. this time, I'm trying to make a music scraper.
However, I don't even get search results.
Here is a debug log that may relevant.

Code:
23:50:03 T:668 M:154071040   DEBUG: FileCurl::Open(0012D844) http://music.search.cyworld.com/cymusic/search.html?query=Gee%20%28The%20First%20Mini%20Album%29&v=1
23:50:03 T:668 M:154066944    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://music.search.cyworld.com
23:50:04 T:668 M:149823488   DEBUG: Curl::Debug About to connect() to music.search.cyworld.com port 80 (#0)
23:50:04 T:668 M:149823488   DEBUG: Curl::Debug   Trying 117.53.105.15...
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug Connected to music.search.cyworld.com (117.53.105.15) port 80 (#0)
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug GET /cymusic/search.html?query=Gee%20%28The%20First%20Mini%20Album%29&v=1 HTTP/1.1
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug User-Agent: XBMC/pre-9.04 r18650 (Windows; Windows XP Professional Service Pack 2 build 2600; http://www.xbmc.org)
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug Host: music.search.cyworld.com
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug Accept: */*
23:50:04 T:668 M:174813184   DEBUG: Curl::Debug Connection: keep-alive
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug HTTP/1.1 200 OK
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug Date: Fri, 20 Mar 2009 03:50:02 GMT
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug Server: Apache
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug Connection: close
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug Transfer-Encoding: chunked
23:50:04 T:668 M:175108096   DEBUG: Curl::Debug Content-Type: text/html
23:50:05 T:668 M:174272512   DEBUG: Curl::Debug Expire cleared
23:50:05 T:668 M:174272512   DEBUG: Curl::Debug Closing connection #0
23:50:05 T:668 M:174272512   DEBUG: FileCurl::Close(0012D844) http://music.search.cyworld.com/cymusic/search.html?query=Gee%20%28The%20First%20Mini%20Album%29&v=1

full debug log


link to music scraper

If I put same address in web browser, it works all right. XBMC don't seem to get anything after that.
I tried scrap.exe after change couple of tags to run. It seems to work Ok. It makes all xml properly. I don't know why XBMC don't.

I don't think it a bug in XBMC, since other music scrapers work. Please give me some idea.

Thanks
Young-cho
Reply


Messages In This Thread
Help with a new Korean Music Scraper? - by kimp93 - 2009-03-20, 06:16
[No subject] - by spiff - 2009-03-20, 13:01
[No subject] - by kimp93 - 2009-03-20, 17:28
[No subject] - by kimp93 - 2009-05-15, 20:46
Logout Mark Read Team Forum Stats Members Help
Help with a new Korean Music Scraper?0