-
Notifications
You must be signed in to change notification settings - Fork 70
抢原石报错 #114
Comments
已经是完整的报错内容了吗 |
这是请求下面打印的,有点类似请求被ban了一样 |
日志文件看看有没有更完整的报错内容 |
应该是返回的数据处理失败了,说明服务器返回的数据可能不符合预期,有可能是出错了的返回 |
我在那天也用了旧版本的抢实物,发现返回的是{"data":null,"message":"","retcode":1028}会不会是这个的问题嘛。那个报错日志在我个人电脑上,得后天才能发出来 |
应该是这个原因 |
05-31 19:00:04 [ERROR] mys_goods_tool.api | 米游币商品兑换 - 执行兑换: 用户 7*******2 商品 2023051912577 请求失败 File "threading.py", line 995, in _bootstrap File "threading.py", line 1038, in _bootstrap_inner File "threading.py", line 975, in run File "concurrent\futures\thread.py", line 83, in _worker File "concurrent\futures\thread.py", line 58, in run File "apscheduler\executors\base.py", line 125, in run_job File "mys_goods_tool\exchange_mode.py", line 101, in exchange_begin
File "httpx_models.py", line 756, in json File "json_init_.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) File "threading.py", line 995, in _bootstrap File "threading.py", line 1038, in _bootstrap_inner File "threading.py", line 975, in run File "concurrent\futures\thread.py", line 83, in _worker File "concurrent\futures\thread.py", line 58, in run File "apscheduler\executors\base.py", line 125, in run_job File "mys_goods_tool\exchange_mode.py", line 101, in exchange_begin
File "httpx_models.py", line 756, in json File "json_init_.py", line 346, in loads File "json\decoder.py", line 337, in decode File "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) File "threading.py", line 995, in _bootstrap File "threading.py", line 1038, in _bootstrap_inner File "threading.py", line 975, in run File "concurrent\futures\thread.py", line 83, in _worker File "concurrent\futures\thread.py", line 64, in run File "concurrent\futures_base.py", line 550, in set_result File "concurrent\futures_base.py", line 340, in _invoke_callbacks File "apscheduler\executors\pool.py", line 25, in callback File "apscheduler\executors\base.py", line 90, in _run_job_success File "apscheduler\schedulers\base.py", line 835, in _dispatch_event
StopIteration |
这是那天抢原石的完整报错了 |
点击测试兑换,日志里是正常的返回吗 |
日志是正常返回的,显示库存不足 |
大佬旧版本是可以改配置文件来关闭ping的,新版本能关闭吗 |
修改 user_data.json 配置文件中的 |
可能是 |
应该不是这个,这是ios的系统版本 |
|
使用最新的修改需要注意用户数据文件中 |
https://github.com/Ljzd-PRO/Mys_Goods_Tool/actions/runs/5316402975 |
大佬,我今天自己设备抓包请求的都返回 |
又尝试修复了一下,可以试一下:https://github.com/Ljzd-PRO/Mys_Goods_Tool/actions/runs/5479310149 解决了几个可能的问题:
除了Headers里没有 |
|
我再补一个 |
发布了一个pre-release:https://github.com/Ljzd-PRO/Mys_Goods_Tool/releases/tag/v2.1.0-beta.1 |
试了一下,还是 1028 了😭 |
增加了人机验证。App里抢也会遇到人机验证 |
最新版本已经可以成功兑换(需要人机验证的情况除外) |
The text was updated successfully, but these errors were encountered: