ehForwarderBot / efb-qq-slave

EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端
GNU General Public License v3.0
448 stars 48 forks source link

efb启动失败 #93

Closed lq-259 closed 2 years ago

lq-259 commented 3 years ago

2021-07-12 13:01:48,867 [Level 99]: ehforwarderbot.main (main.init; main.py:129) 正在初始化从端 milkice.qq… Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/efb_qq_slave/ClientMgr.py", line 27, in init self.client = cls(name, config, channel) File "/usr/local/lib/python3.6/dist-packages/efb_qq_plugin_iot/IOTBot.py", line 52, in init self.uin = self.client_config['qq'] TypeError: 'NoneType' object is not subscriptable

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/ehforwarderbot", line 8, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/ehforwarderbot/main.py", line 335, in main init(conf) File "/usr/local/lib/python3.6/dist-packages/ehforwarderbot/main.py", line 135, in init coordinator.add_channel(cls(instance_id=instance_id)) File "/usr/local/lib/python3.6/dist-packages/efb_qq_slave/init.py", line 44, in init self.init_client_manager() File "/usr/local/lib/python3.6/dist-packages/efb_qq_slave/init.py", line 73, in init_client_manager self.QQClientMgr = ClientMgr(self.config['Client'], self.config, self) File "/usr/local/lib/python3.6/dist-packages/efb_qq_slave/ClientMgr.py", line 30, in init raise Exception("Specified client not found!") Exception: Specified client not found!

milkice233 commented 2 years ago

贴下日志?感觉配置里Client写错了

lq-259 commented 2 years ago

贴下日志?感觉配置里Client写错了

不好意思,忘了关闭了,虽然忘了是什么原因但已经解决了