Hello Hoss

Thanks for replying, I tried what you suggested as the iniital step of my
troubleshooting and it outputs it fine.

It was what I suspected initially as well, but thanks for the advice.



hossman_lucene wrote:
> 
> 
> : I'm running solr1.2 and Jetty, I'm having problems looping through a
> mysql
> : database with python and putting the data into the solr index.
> :
> : Here's the error
> :
> : UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position
> 369:
> : ordinal not in range(128)
> 
> I may be missing something here, but i don't think that error is coming
> from Solr ... "UnicodeDecodeError" appears to be a python error message,
> so i suspect the probelm is between MySql and your python script .. i bet
> if yo uchange your script to comment out hte lines where you talk to solr,
> and just read the data from mysql and throw it to /dev/null you'd still
> see that message.
> 
> http://wiki.wxpython.org/UnicodeDecodeError
> 
> 
> -Hoss
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problems-getting-data-into-solr-index-tf3915542.html#a11115954
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to