GithubHelp home page GithubHelp logo

Comments (26)

ericwang2006 avatar ericwang2006 commented on May 26, 2024

我这里也是提示去安全中心认证, 用迅雷快鸟客户端是要输入一个验证码.

from xunlei-fastdick.

ericwang2006 avatar ericwang2006 commented on May 26, 2024

我用的是python版,应该是迅雷搞的鬼, 实在不行可能只能把验证码的图片下载到临时目录供用户手动识别了

from xunlei-fastdick.

ghy459 avatar ghy459 commented on May 26, 2024

楼上+1,今天也碰到这个问题了。。

from xunlei-fastdick.

ghy459 avatar ghy459 commented on May 26, 2024

login_xunlei返回这串东西咯,就是要输验证码了,供参考

{u'isequenceNo': 1000001, u'errorCode': 6, u'cmdID': 2, u'errorIsRetry': 0, u'protocolVersion': 101, u'platformVersion': 1, u'errorDesc': u'\u60a8\u7684\u5e10\u53f7\u5b58\u5728\u5f02\u5e38,\u8bf7\u767b\u5f55\u5b89\u5168\u4e2d\u5fc3\u786e\u8ba4\uff01', u'sCompressed': 0, u'errorDescUrl': u'http://verify2.xunlei.com/image?t=MEA'}

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

我看下

from xunlei-fastdick.

wangchll avatar wangchll commented on May 26, 2024

抓了下包。。。发现app里请求多了两个值。。。devicesign和sdkVersion。。。另外,发现User-Agent android-async-http/xl-acc-sdk/version-1.6.1.177600 再一次变了。。。

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@wangchll 主要是devicesign,而且apk还有壳哈哈哈哈

from xunlei-fastdick.

wangchll avatar wangchll commented on May 26, 2024

@fffonion 这怎么玩。。。

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@wangchll 正在搞,可能需要一点时间

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

迅雷应该是淘汰了旧的登录协议,之前脚本用的是protocolVersion是101
目前可以实现108的登录协议,我看下能不能搞出现在最新的109的来,省得以后再麻烦ww

from xunlei-fastdick.

TwoBall avatar TwoBall commented on May 26, 2024

去快鸟论坛看了下验证码好像是全国性问题。而且我的mac迅雷登录也要验证码。不明白是个什么情况了

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

用109的app好像不管安卓还是ios都有壳,谁会脱的话可以试试
和108之间只相差了一个盐

from xunlei-fastdick.

asaboss avatar asaboss commented on May 26, 2024

Error: login failed, 您的帐号存在异常,请登录安全中心确认!。。。。挂了

from xunlei-fastdick.

wangchll avatar wangchll commented on May 26, 2024

@fffonion 暂时108协议已经可以用了吧?我今天试下。。。愁人。。。109还是要搞那个签名算法。。。

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@wangchll 是的
@asaboss 昨天push的版本已经没问题了

from xunlei-fastdick.

DeTeKe avatar DeTeKe commented on May 26, 2024

加速和心跳都没有问题 就是每30分钟keepalive就输出这个
Traceback (most recent call last): File "D:\Program Files\Fastdick\swjsq.py", line 276, in fast_d1ck _ = api('upgrade', dt['userID'], dt['sessionID']) TypeError: tuple indices must be integers, not str

from xunlei-fastdick.

wangchll avatar wangchll commented on May 26, 2024

@fffonion 我反编译了下看了下。。。竟然。用的是。。。com.qihoo360.crypt.entryRunApplication。。。这也太。。。贱了吧。。。。用360加壳。。。

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@wangchll 23333
btw之前的101老协议又可以用了

from xunlei-fastdick.

wangchll avatar wangchll commented on May 26, 2024

@fffonion 我也发现了。。。醉了。。。

from xunlei-fastdick.

hhalibo avatar hhalibo commented on May 26, 2024

我今天使用python版,使用了最新的swjsq.py

还是提示:login failed,您的帐号异常,请登陆安全中心确认。

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@hhalibo 试一下登录pc迅雷是否需要验证码?

from xunlei-fastdick.

asaboss avatar asaboss commented on May 26, 2024

@hhalibo 其实可以找迅雷客服,说账号异常。。。2天前也是这样,找了他们说了以后第二天早上起来就恢复了

from xunlei-fastdick.

hhalibo avatar hhalibo commented on May 26, 2024

@fffonion 在pc上登录迅雷快鸟,需要输入验证码的

from xunlei-fastdick.

fffonion avatar fffonion commented on May 26, 2024

@hhalibo 那这应该是迅雷的问题

from xunlei-fastdick.

yaoshu avatar yaoshu commented on May 26, 2024

Error: login failed, 您的帐号存在异常,请登录安全中心确认!

from xunlei-fastdick.

yaehei avatar yaehei commented on May 26, 2024

不能用了,您的帐号存在异常,请登录安全中心确认!

from xunlei-fastdick.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.