z0x010 / pytool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r98不能使用HTTP登录

GoogleCodeExporter opened this issue · comments

把fetion.py的登录方式改成HTTP就会出现下面错误:

==>========Traceback (most recent call last):
  File "fetion.py", line 436, in <module>
    sys.exit(main())
  File "fetion.py", line 392, in main
    ret = phone.login(FetionOnline)
  File "D:\projects\pytools\PyFetion\PyFetion.py", line 809, in login
    response = self.__register(self._ssic,self._domain)
  File "D:\projects\pytools\PyFetion\PyFetion.py", line 1266, in __register
    self.get("REG",2,response)
  File "D:\projects\pytools\PyFetion\PyFetion.py", line 210, in get
    nonce = re.search('nonce="(.+?)"',extra[0]).group(1)
AttributeError: 'NoneType' object has no attribute 'group'


难道飞信又改协议了?


Original issue reported on code.google.com by hongchun...@gmail.com on 30 May 2012 at 5:46

已更新协议,查看 R99

Original comment by cocobear.cn on 17 Jul 2012 at 7:09

  • Changed state: Fixed