graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00749
[Question #149547]: UnicodeDecodeError with graphite cli
New question #149547 on Graphite:
https://answers.launchpad.net/graphite/+question/149547
Hello,
I got this error trying to use the cli
Traceback (most recent call last):
File '/opt/graphite/webapp/graphite/cli/views.py', line 67, in evaluate
tokens = parser.parseInput(cmd)
File '/opt/graphite/webapp/graphite/cli/parser.py', line 140, in parseInput
return grammar.parseString(s)
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 1049, in parseString
loc, tokens = self._parse( instring, 0 )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 982, in _parseCache
value = self._parseNoCache( instring, loc, doActions, callPreParse )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 925, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 2560, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 982, in _parseCache
value = self._parseNoCache( instring, loc, doActions, callPreParse )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 925, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 2417, in parseImpl
ret = e._parse( instring, loc, doActions )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 982, in _parseCache
value = self._parseNoCache( instring, loc, doActions, callPreParse )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 925, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 2294, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 982, in _parseCache
value = self._parseNoCache( instring, loc, doActions, callPreParse )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 929, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File '/opt/graphite/webapp/graphite/thirdparty/pyparsing.py', line 1515, in parseImpl
if (instring[loc] == self.firstMatchChar and
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa8 in position 26: ordinal not in range(128)
I'm using version 0.9.7c on RedHat 5.5 with Python 2.4.3
Any idea where could be the problem?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.