当我在 Telethon 中使用 client.get_input_entity 时,会发生 sqlite3 错误

问题描述

我使用 quart 中的 Telethon 开发了一个电报机器人。 当我运行 client.get_input_entity 时,发生错误

sqlite3.OperationalError: table book has 6 columns but 5 values were supplied

我传递给 get_input_entity 函数的参数是一个字符串(机器人的名字)

我在我的项目中使用了 MysqL

奇怪的是,为什么我收到 sqlite3 错误

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)