GitMiner icon indicating copy to clipboard operation
GitMiner copied to clipboard

执行命令时出现问题

Open dahan168 opened this issue 6 years ago • 2 comments

Traceback (most recent call last): File "gitminer-v2.0.py", line 67, in GitMiner().start() File "gitminer-v2.0.py", line 39, in init self.cookie = headers.parseCookie(self.args.cookie) File "/root/GitMiner/config/headers.py", line 29, in parseCookie values = line.strip().split("=")[1] IndexError: list index out of range 请问这是出了什么问题

dahan168 avatar Sep 05 '18 03:09 dahan168

您需要像示例中那样放置完整的cookie。

danilovazb avatar Sep 06 '18 18:09 danilovazb

@danilovazb cookie 应当如何去获取?

rocke avatar Oct 30 '18 11:10 rocke