This repository was archived by the owner on Jun 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
crashes if you /upgrade weechat #4
Copy link
Copy link
Open
Description
Was going from 0.4.0 to 0.4.1
2013-06-04 16:36:57-0700 [RelayProtocol,client] Unhandled Error
Traceback (most recent call last):
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/python/log.py", line 88, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/python/log.py", line 73, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/internet/selectreactor.py", line 151, in _doReadOrWrite
why = getattr(selectable, method)()
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/internet/tcp.py", line 215, in doRead
return self._dataReceived(data)
File "/Users/cmcdonald/.virtualenvs/page/lib/python2.7/site-packages/twisted/internet/tcp.py", line 221, in _dataReceived
rval = self.protocol.dataReceived(data)
File "page/client.py", line 38, in dataReceived
self._pop_message()
File "page/client.py", line 52, in _pop_message
msg_id, message = parse_message(to_parse)
File "/Users/cmcdonald/devel/page/page/parser.py", line 111, in parse_message
raise SyntaxError('Error parsing weechat message.')
exceptions.SyntaxError: Error parsing weechat message.
Metadata
Metadata
Assignees
Labels
No labels