Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

今天登录发现一直在报错“您的帐号由于异常禁止登录” #41

Open
rolandwz opened this issue Mar 15, 2015 · 6 comments

Comments

@rolandwz
Copy link

登录一直在报下面的错误,试了三个QQ号都不行。

ptuiCB('71','0','','0','您的帐号由于异常禁止登录,请联系客服。(2788166686)', 'qq号码');

在网上查了一下,好像是因为新的web qq协议导致的。相关的资料 http://www.idengpan.com/develop/e/151.html

不知作者有没有时间看一下。

最后还是要非常感谢kikyous的工具

@petronny
Copy link
Contributor

确认问题存在。

@petronny
Copy link
Contributor

在登录的请求中加上pt_randsalt=0以后就没有这个问题了。
出现的情况是密码错误。
密码加密方式变了,正在看。
如果手动使用它加密过的密码可以登录。

@rolandwz
Copy link
Author

感谢大神回复。我在urlv后面加了&pt_randsalt=0之后报错变为了密码错误。

我看到了关于最新加密方式的文章http://www.idengpan.com/develop/e/172.html

大神有时间再解决吧,谢谢

@petronny
Copy link
Contributor

新的密码加密方式python重现有点复杂,不太想写了。。
我在#42 中提出了一种方法,能简单解决不过缺点是会添加依赖关系。
不知意下如何?

@rolandwz
Copy link
Author

没有问题,您有时间解决已经感激不尽了。
我在raspberry pi上运行程序,到时我会第一时间试试,谢谢

@threefcata
Copy link

最近发现不能登录,简单研究了下发现现在登录用的url(ptlogin2.qq.com)里多了一个pt_verifysession_v1参数。我在firefox里去掉这个参数发送登录请求,回来的http头里就没有set-cookie了。但现在还不知道这个session是怎么生成的,希望有点帮助。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants