抢票token错误 #465
抢票token错误
#465
Replies: 1 comment 1 reply
-
选座位现在不支持() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我尝试抢一个“抢座型”的票,会员购id=97842,我看还有空余座位,想尝试看看能不能选到还在的座位但是有报错,报错如下:
2025-03-24 22:55:09.298 | INFO | tab.go:start_go:207 - 0) 等待开始时间
2025-03-24 22:55:09.298 | INFO | tab.go:start_go:209 - 时间偏差已被设置为: -0.06363s
2025-03-24 22:55:09.299 | INFO | tab.go:start_go:242 - 1)订单准备
2025-03-24 22:55:09.401 | INFO | tab.go:start_go:247 - 请求头: {'Date': 'Mon, 24 Mar 2025 13:55:09 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Content-Length': '68', 'Connection': 'keep-alive', 'Server': 'nginx', 'Trace-Id': '3415483547', 'Expires': 'Mon, 24 Mar 2025 13:55:08 GMT', 'Cache-Control': 'no-cache', 'X-Cache-Webcdn': 'BYPASS from blzone05'} // 请求体: {'code': 1, 'errno': 1, 'errtag': 0, 'msg': '座位信息为空', 'data': {}}
2025-03-24 22:55:09.401 | ERROR | tab.go:start_go:392 - 'token'
Traceback (most recent call last):
File "threading.py", line 1002, in _bootstrap
File "threading.py", line 1045, in _bootstrap_inner
File "anyio_backends_asyncio.py", line 967, in run
File "C:\Users\Angel\AppData\Local\Temp_MEI131122\gradio\utils.py", line 647, in run_sync_iterator_async
return next(iterator)
└ <generator object go_tab..start_go at 0x000001E990BFB2E0>
File "C:\Users\Angel\AppData\Local\Temp_MEI131122\gradio\utils.py", line 809, in gen_wrapper
response = next(iterator)
└ <generator object go_tab..start_go at 0x000001E9809A1540>
KeyError: 'token'
2025-03-24 22:55:09.402 | ERROR | tab.go:handle_error:36 - 有错误,具体查看控制台日志
当前错误 'token''token'
Beta Was this translation helpful? Give feedback.
All reactions