xieshang / AutoSpy

Other
257 stars 62 forks source link

N1搭建,调试报错! #25

Open XiaoGuYa opened 1 year ago

XiaoGuYa commented 1 year ago

root@auto_spy:/autospy# python3 auto_spy_bot.py sys info:uname_result(system='Linux', node='auto_spy', release='5.19.3-flippy-76+', version='#37 SMP PREEMPT Sun Aug 21 22:00:22 CST 2022', machine='aarch64', processor='') 系统为 arm 系统为 x86 /autospy /autospy 加载参数 参数加载完成 插件信息加载成功 不使用代理 Traceback (most recent call last): File "auto_spy_bot.py", line 29, in main(systype) File "auto_spy.py", line 2776, in auto_spy.main File "/usr/local/lib/python3.6/site-packages/telethon/client/auth.py", line 133, in start else self.loop.run_until_complete(coro) File "/usr/local/lib/python3.6/asyncio/base_events.py", line 488, in run_until_complete return future.result() File "/usr/local/lib/python3.6/site-packages/telethon/client/auth.py", line 140, in _start await self.connect() File "/usr/local/lib/python3.6/site-packages/telethon/client/telegrambaseclient.py", line 536, in connect self.session.auth_key = self._sender.auth_key File "/usr/local/lib/python3.6/site-packages/telethon/sessions/sqlite.py", line 180, in auth_key self._update_session_table() File "/usr/local/lib/python3.6/site-packages/telethon/sessions/sqlite.py", line 194, in _update_session_table c.execute('delete from sessions') sqlite3.OperationalError: database is locked Exception ignored in: <bound method ClientSession.del of <aiohttp.client.ClientSession object at 0x7fa45bd6d8>> Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 343, in del TypeError: 'NoneType' object is not callable

我发现识别系统有问题,先识别为arm,又显示识别为x86, 不理解这是情况。

kevin-312 commented 1 year ago

我的也是这个错误。怎么搞?