Unknown error

Post Reply
cpm18
Posts: 35
Joined: Mon Apr 13, 2009 3:21 pm

Unknown error

Post by cpm18 »

I recently observed the following error showing up in a log file...

006 [walkdcforumplus](parsethreadlist) 121: Cannot write to stdin for charset converter process /usr/local/morph3/etc/iconv: Broken pipe in the function TXpreadwrite while processing url http://www.progressiveindependent.com/d ... ics&page=1

The line of code which is causing this error is...
<fetch $u $threadlink>

Do you know what would cause this error?
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Unknown error

Post by mark »

I can't replicate that message for that page. It may indicate a problem converting the charset of the page to your specified storage charset.

What is your storage charset?
What is your Texis version?
cpm18
Posts: 35
Joined: Mon Apr 13, 2009 3:21 pm

Unknown error

Post by cpm18 »

I think it is a charset issue. I went back and noticed this error also shows up from time to time in the same log...

118 [walkdcforumplus](parsethreadlist) 121: Charset converter "/usr/local/morph3/etc/iconv" -f UTF-8 -t Unknown -c stderr converting UTF-8 to Unknown: iconv: conversion to Unknown unsupported in the function httransbuf while processing url http://www.progressiveindependent.com/d ... ics&page=1

The version is Commercial Version 5.02.1285696633 20100928 (i686-unknown-linux2.6.9-64-32
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Unknown error

Post by mark »

It looks like your storage charset, under all walk settings, is set incorrectly because it's trying to convert to "Unknown".
Post Reply