You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
确定config.py格式正确,不知道为何一直报错
root@Ubuntu:/app/autojd# docker run -i -v $PWD/config.py:/app/config.py icepage/aujc:latest python main.py
2024-10-31 09:38:37.826 | INFO | main:get_ql_api:500 - 开始获取QL登录态......
2024-10-31 09:38:37.826 | INFO | main:get_ql_api:506 - 使用client_id和client_secret登录......
2024-10-31 09:38:39.020 | INFO | main:get_ql_api:510 - client_id和client_secret正常可用......
2024-10-31 09:38:40.320 | INFO | main:main:550 - 获取环境变量成功
Traceback (most recent call last):
File "/app/main.py", line 560, in main
forbidden_users = [x for x in user_info if x['name'] == 'JD_COOKIE' and (x['status'] == 1 or x['value'].rstrip(';').split('pt_pin=')[1] in force_update_pt_pins)]
File "/app/main.py", line 560, in
forbidden_users = [x for x in user_info if x['name'] == 'JD_COOKIE' and (x['status'] == 1 or x['value'].rstrip(';').split('pt_pin=')[1] in force_update_pt_pins)]
IndexError: list index out of range
root@Ubuntu:/app/autojd#
The text was updated successfully, but these errors were encountered:
确定config.py格式正确,不知道为何一直报错
root@Ubuntu:/app/autojd# docker run -i -v $PWD/config.py:/app/config.py icepage/aujc:latest python main.py
2024-10-31 09:38:37.826 | INFO | main:get_ql_api:500 - 开始获取QL登录态......
2024-10-31 09:38:37.826 | INFO | main:get_ql_api:506 - 使用client_id和client_secret登录......
2024-10-31 09:38:39.020 | INFO | main:get_ql_api:510 - client_id和client_secret正常可用......
2024-10-31 09:38:40.320 | INFO | main:main:550 - 获取环境变量成功
Traceback (most recent call last):
File "/app/main.py", line 560, in main
forbidden_users = [x for x in user_info if x['name'] == 'JD_COOKIE' and (x['status'] == 1 or x['value'].rstrip(';').split('pt_pin=')[1] in force_update_pt_pins)]
File "/app/main.py", line 560, in
forbidden_users = [x for x in user_info if x['name'] == 'JD_COOKIE' and (x['status'] == 1 or x['value'].rstrip(';').split('pt_pin=')[1] in force_update_pt_pins)]
IndexError: list index out of range
root@Ubuntu:/app/autojd#
The text was updated successfully, but these errors were encountered: