xieshang / AutoSpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

青龙登录失败string indices must be integers

Rishon33 opened this issue · comments

使用 python3 auto_spy_bot2.py时提示青龙登陆失败,配置文件中的青龙地址是:
......
QingLong:

  • Client_ID: 2khwgEMPQ....
    Client_Secret: fyysCyydw1RLb_CCIxw4W.....
    url: http://192.168.50.79:5700
    ......
    运行时提示:
    。。。
    Spy启动完成
    2022-11-28 12:32:36,211 - /usr/local/lib/python3.6/asyncio/events.py[line:145] - INFO: 开始鉴权
    2022-11-28 12:32:36,920 - /usr/local/lib/python3.6/asyncio/events.py[line:145] - INFO: 普通授权鉴权成功
    2022-11-28 12:32:37,288 - /usr/local/lib/python3.6/asyncio/events.py[line:145] - INFO: 龙1-开始创建【【云上】购物车锦鲤】任务
    2022-11-28 12:32:37,290 - /usr/local/lib/python3.6/asyncio/events.py[line:145] - INFO: 青龙-1 登录失败
    string indices must be integers
    加载 ./plugins .py 插件----开始
    插件信息加载成功
    加载 ./plugins .py 插件----结束
    加载 ./plugins/arm .so 插件----开始
    插件信息加载成功
    加载 ./plugins/arm .so 插件----结束

请问这怎样解决?