JHue58 / ChatLearning

基于mirai-api-http,让bot学会你的群的说话方式
GNU Affero General Public License v3.0
316 stars 21 forks source link

启动后提示 : TypeError: 'int' object is not subscriptable #18

Closed LiferLifer closed 2 years ago

LiferLifer commented 2 years ago

如下:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.py", line 973, in _bootstrap_inner
  File "threading.py", line 910, in run
  File "Chatmain.py", line 730, in getcommand_chat
  File "simuse.py", line 75, in Fetch_Message
TypeError: 'int' object is not subscriptable

data.json如图: image

LiferLifer commented 2 years ago

抱歉,发现是mirai-api-http的问题,已解决。