Inv0k3r / DOTA2_Bot

一个利用mirai给QQ群发送DOTA比赛战报的机器人
25 stars 6 forks source link

运行报错 #11

Closed GoCross closed 3 years ago

GoCross commented 3 years ago

今天(20.11.25)更新了一哈,然后python3 run.py报错

Traceback (most recent call last):
  File "run.py", line 70, in <module>
    main()
  File "run.py", line 60, in main
    if init() != -1:
  File "run.py", line 29, in init
    if not is_player_stored(short_steamID):
  File "/home/zhao/project/dota2_bot/DBOper.py", line 34, in is_player_stored
    c.execute("SELECT * FROM playerInfo WHERE short_steamID=={}".format(short_steamID))
sqlite3.OperationalError: no such table: playerInfo
Lucifer-ly commented 3 years ago

DBOper.py里面的数据库的位置改一下,或者看一下你服务器里面的数据库的文件playerInfo后面有没有.db的后缀