z0x010 / pytool

Automatically exported from code.google.com/p/pytool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在对话状态中显示错误

GoogleCodeExporter opened this issue · comments

请问如何解决?
PyFetion:Exception in thread Thread-5:
Traceback (most recent call last):
  File "C:\Python26\lib\threading.py", line 532, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\PyFetion.py", line 722, i
n run
    SIPC.__init__(self,self.args)
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\PyFetion.py", line 129, i
n __init__
    self._ssic, self._sipc_proxy, self.presence, self._lock] = args
ValueError: need more than 8 values to unpack



Exception in thread Thread-4:
Traceback (most recent call last):
  File "C:\Python26\lib\threading.py", line 532, in __bootstrap_inner
    self.run()
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\fetion.py", line 90, in r
un
    self.cmd(raw_input(self.hint))
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\fetion.py", line 115, in
cmd
    self.phone.session[self.to]._send_msg(toUTF8(arg))
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\PyFetion.py", line 767, i
n _send_msg
    self.get("SendMsg",'',msg)
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\PyFetion.py", line 235, i
n get
    self.init('M')
  File "C:\Documents and Settings\gongqf\桌面\PyFetion\PyFetion.py", line 148, i
n init
    self._content = '%s %s %s\r\n' % (type,self._domain,self.ver)
AttributeError: 'on_cmd_I' object has no attribute '_domain'


Original issue reported on code.google.com by ggc...@gmail.com on 19 Oct 2010 at 7:23

R91中修正

Original comment by cocobear.cn on 23 Nov 2010 at 2:49

  • Changed state: Duplicate