← Back to team overview

graphite-dev team mailing list archive

Re: [Question #246825]: Graphite Web App and carbon-cache throwing exception upon cache query

 

Question #246825 on Graphite changed:
https://answers.launchpad.net/graphite/+question/246825

    Status: Open => Needs information

Steve requested more information:
I'm having the same problem.

Error is:

18/04/2014 08:16:05 :: Unhandled Error
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/python/log.py", line 88, in callWithLogger
    return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib64/python2.6/site-packages/twisted/python/log.py", line 73, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib64/python2.6/site-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib64/python2.6/site-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/posixbase.py", line 601, in _doReadOrWrite
    why = selectable.doRead()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/tcp.py", line 215, in doRead
    return self._dataReceived(data)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/tcp.py", line 221, in _dataReceived
    rval = self.protocol.dataReceived(data)
  File "/usr/lib64/python2.6/site-packages/twisted/protocols/basic.py", line 765, in dataReceived
    self.stringReceived(packet)
  File "/opt/carbon-0.9.10/lib/carbon/protocols.py", line 100, in stringReceived
    for (metric, datapoint) in datapoints:
exceptions.ValueError: too many values to unpack

--

Output of pip freeze is:

Twisted==13.1.0
Twisted-Core==8.2.0
Twisted-Lore==8.2.0
Twisted-Mail==8.2.0
Twisted-Names==8.2.0
Twisted-News==8.2.0
Twisted-Runner==8.2.0
Twisted-Web==8.2.0
Twisted-Words==8.2.0

Do I need to run an older version of Twisted?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.