Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not subscriptable #7

Closed
AirSkye opened this issue Nov 17, 2020 · 3 comments
Closed

TypeError: 'NoneType' object is not subscriptable #7

AirSkye opened this issue Nov 17, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@AirSkye
Copy link

AirSkye commented Nov 17, 2020

地址已发邮箱
[Err] unable to open database file
Traceback (most recent call last):
File "PackerFuzzer.py", line 26, in
tt.check()
File "PackerFuzzer.py", line 19, in check
t.parseStart()
File "D:\渗透工具\GitTools\Packer-Fuzzer\lib\Controller.py", line 31, in parseStart
RecoverSpilt(projectTag,self.options).recoverStart()
File "D:\渗透工具\GitTools\Packer-Fuzzer\lib\Recoverspilt.py", line 156, in recoverStart
projectPath = DatabaseType(self.projectTag).getPathfromDB()
File "D:\渗透工具\GitTools\Packer-Fuzzer\lib\Database.py", line 112, in getPathfromDB
host = cursor.fetchone()[0] # 第一个即可
TypeError: 'NoneType' object is not subscriptable

@rtcatc
Copy link
Owner

rtcatc commented Nov 17, 2020

感谢您的反馈,正在排查中

@rtcatc rtcatc added the bug Something isn't working label Nov 17, 2020
@rtcatc
Copy link
Owner

rtcatc commented Nov 17, 2020

为win环境下数据库路径问题,会在下一次更新中修复

KpLi0rn added a commit that referenced this issue Nov 18, 2020
@rtcatc
Copy link
Owner

rtcatc commented Nov 18, 2020

已在v1.0.3的更新中修复:91bcd1c
若未成功修复,您只需要再回复此issue即可

@rtcatc rtcatc closed this as completed Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants