-
Notifications
You must be signed in to change notification settings - Fork 53
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
Comments
确认问题存在。 |
在登录的请求中加上pt_randsalt=0以后就没有这个问题了。 |
感谢大神回复。我在urlv后面加了&pt_randsalt=0之后报错变为了密码错误。 我看到了关于最新加密方式的文章http://www.idengpan.com/develop/e/172.html 大神有时间再解决吧,谢谢 |
新的密码加密方式python重现有点复杂,不太想写了。。 |
没有问题,您有时间解决已经感激不尽了。 |
最近发现不能登录,简单研究了下发现现在登录用的url(ptlogin2.qq.com)里多了一个pt_verifysession_v1参数。我在firefox里去掉这个参数发送登录请求,回来的http头里就没有set-cookie了。但现在还不知道这个session是怎么生成的,希望有点帮助。 |
登录一直在报下面的错误,试了三个QQ号都不行。
ptuiCB('71','0','','0','您的帐号由于异常禁止登录,请联系客服。(2788166686)', 'qq号码');
在网上查了一下,好像是因为新的web qq协议导致的。相关的资料 http://www.idengpan.com/develop/e/151.html
不知作者有没有时间看一下。
最后还是要非常感谢kikyous的工具
The text was updated successfully, but these errors were encountered: