Giter VIP home page Giter VIP logo

Comments (6)

tjzq avatar tjzq commented on July 21, 2024

下面是日志:
07-22 18:20:12 [ERROR] mys_goods_tool.api | 获取短信验证-人机验证任务(create_mmt) - 请求失败
Traceback (most recent call last):

File "mys_goods_tool\api.py", line 719, in create_mmt

File "mys_goods_tool\api.py", line 712, in request

File "httpx_client.py", line 1757, in get

File "httpx_client.py", line 1530, in request

File "httpx_client.py", line 1606, in send

RuntimeError: Cannot send a request, as the client has been closed.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "init.py", line 7, in

File "mys_goods_tool_main_.py", line 52, in main

File "textual\app.py", line 1233, in run

File "asyncio\runners.py", line 190, in run

File "asyncio\runners.py", line 118, in run

File "asyncio\base_events.py", line 640, in run_until_complete

File "asyncio\windows_events.py", line 321, in run_forever

File "asyncio\base_events.py", line 607, in run_forever

File "asyncio\base_events.py", line 1922, in _run_once

File "asyncio\events.py", line 80, in _run

File "textual\message_pump.py", line 449, in _process_messages

File "textual\message_pump.py", line 503, in _process_messages_loop

File "textual\message_pump.py", line 566, in _dispatch_message

File "textual\message_pump.py", line 640, in _on_message

File "textual_callback.py", line 74, in invoke

File "textual_callback.py", line 36, in _invoke

File "mys_goods_tool\login_view.py", line 303, in _on_button_pressed

File "mys_goods_tool\login_view.py", line 283, in create_captcha

File "mys_goods_tool\api.py", line 716, in create_mmt

File "tenacity_asyncio.py", line 71, in anext

File "tenacity_init_.py", line 326, in iter

tenacity.RetryError: RetryError[<Future at 0x2a52466bd90 state=finished raised RuntimeError>]
07-22 18:21:07 [INFO] mys_goods_tool.api | 通过短信验证码获取 login_ticket - 验证码错误,但你可以再次尝试登录
07-22 18:21:15 [INFO] mys_goods_tool.api | 通过短信验证码获取 login_ticket - 验证码错误,但你可以再次尝试登录
07-22 18:21:58 [INFO] mys_goods_tool.api | 通过短信验证码获取 login_ticket - 验证码错误,但你可以再次尝试登录
07-22 18:22:41 [ERROR] mys_goods_tool.api | 获取短信验证-人机验证任务(create_mmt) - 请求失败
Traceback (most recent call last):

File "mys_goods_tool\api.py", line 719, in create_mmt

File "mys_goods_tool\api.py", line 712, in request

File "httpx_client.py", line 1757, in get

File "httpx_client.py", line 1530, in request

File "httpx_client.py", line 1606, in send

RuntimeError: Cannot send a request, as the client has been closed.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "init.py", line 7, in

File "mys_goods_tool_main_.py", line 52, in main

File "textual\app.py", line 1233, in run

File "asyncio\runners.py", line 190, in run

File "asyncio\runners.py", line 118, in run

File "asyncio\base_events.py", line 640, in run_until_complete

File "asyncio\windows_events.py", line 321, in run_forever

File "asyncio\base_events.py", line 607, in run_forever

File "asyncio\base_events.py", line 1922, in _run_once

File "asyncio\events.py", line 80, in _run

File "textual\message_pump.py", line 449, in _process_messages

File "textual\message_pump.py", line 503, in _process_messages_loop

File "textual\message_pump.py", line 566, in _dispatch_message

File "textual\message_pump.py", line 640, in _on_message

File "textual_callback.py", line 74, in invoke

File "textual_callback.py", line 36, in _invoke

File "mys_goods_tool\login_view.py", line 303, in _on_button_pressed

File "mys_goods_tool\login_view.py", line 283, in create_captcha

File "mys_goods_tool\api.py", line 716, in create_mmt

File "tenacity_asyncio.py", line 71, in anext

File "tenacity_init_.py", line 326, in iter

tenacity.RetryError: RetryError[<Future at 0x2a524b48ed0 state=finished raised RuntimeError>]
07-22 18:24:51 [INFO] mys_goods_tool.api | 通过短信验证码获取 login_ticket - 验证码错误,但你可以再次尝试登录

from mys_goods_tool.

Ljzd-PRO avatar Ljzd-PRO commented on July 21, 2024

这个情况和之前出现的登录时网络错误有点像

from mys_goods_tool.

Ljzd-PRO avatar Ljzd-PRO commented on July 21, 2024

手动设置Cookies也是可以,不过比较麻烦

from mys_goods_tool.

Coolerds avatar Coolerds commented on July 21, 2024

我好像在讨论区看到过,解决办法是先在验证码处输入随便的6位数字,再填写手机号获取验证码,多试几次就成功了。

from mys_goods_tool.

Coolerds avatar Coolerds commented on July 21, 2024

在这个看到的#115 不知道是不是玄学还是多试几次的问题

from mys_goods_tool.

YuziYYDS avatar YuziYYDS commented on July 21, 2024

开梯子了吗?

from mys_goods_tool.

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.