zeruniverse / QQRobot

QQBot, QQ机器人(群聊小黄鸡) LINUX挂机版, SmartQQ协议。
Other
762 stars 237 forks source link

启动报list越界异常 #35

Closed shuhelloworld closed 7 years ago

shuhelloworld commented 7 years ago

Fri, 11 Nov 2016 08:16:45 QQBot.py[line:293] INFO get g_mibao_css : Fri, 11 Nov 2016 08:16:45 QQBot.py[line:301] INFO [1] Get QRCode Picture Success. Fri, 11 Nov 2016 08:16:45 QQBot.py[line:740] CRITICAL list index out of range

shuhelloworld commented 7 years ago

已经有图了,然后EXIT 1 异常退出了

zeruniverse commented 7 years ago

把这行的注释符号(#)删掉看看输出什么

https://github.com/zeruniverse/QQRobot/blob/master/QQBot.py#L306

On Mon, Mar 6, 2017 at 12:51 AM shuhelloworld notifications@github.com wrote:

已经有图了,然后EXIT 1 异常退出了

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/QQRobot/issues/35#issuecomment-284336373, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNHAfIiCMyjL25l6FcAV30hU8H9muks5ri8kfgaJpZM4MT1pS .

shuhelloworld commented 7 years ago

nohup: ignoring input File "QQBot.py", line 306 logging.info(html) ^ IndentationError: unexpected indent

shuhelloworld commented 7 years ago

没接触过py,这是语法的错误吗2333

zeruniverse commented 7 years ago

那一行的缩进问题,另外 调试的时候不能用nohup 不然你怎么看输出……

这种问题自己google一下啊……

On Mon, Mar 6, 2017 at 1:15 AM shuhelloworld notifications@github.com wrote:

没接触过py,这是语法的错误吗2333

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/zeruniverse/QQRobot/issues/35#issuecomment-284341647, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNE_a0KX4AFWWPB06UUaLZQevFA2Nks5ri869gaJpZM4MT1pS .

zeruniverse commented 7 years ago

@shuhelloworld 查明TX协议更改导致错误,现已修复