H4ckForJob / dirmap

An advanced web directory & file scanning tool that will be more powerful than DirBuster, Dirsearch, cansina, and Yu Jian.一个高级web目录、文件扫描工具,功能将会强于DirBuster、Dirsearch、cansina、御剑。
GNU General Public License v3.0
3.11k stars 546 forks source link

progressbar2未安装的问题 #79

Open Zijian-f opened 1 year ago

Zijian-f commented 1 year ago

image 这个问题是什么呢 如果使用链接下载不行,可以直接将文件下载解压后放在Linux里面,缺哪个文件插件根据名字下载就行,但是下载2的时候总是报错,有没有方法提供一个插件

Zijian-f commented 1 year ago

建议直接更新使用progressbar2,部分报错会解决,并且扫描可出现结果

cheveyo1 commented 8 months ago

安装了progressbar2,还是会出现以下报错,是不是停止python新版本的更新和维护了 ceback (most recent call last): File "C:\Python311\Lib\site-packages\progressbar\bar.py", line 130, in del File "C:\Python311\Lib\site-packages\progressbar\bar.py", line 1035, in finish AttributeError: 'NoneType' object has no attribute 'now'

Zijian-f commented 8 months ago

您好,您的邮件我已经收到,会尽快查看!

echowh0ami commented 8 months ago

安装了progressbar2,还是会出现以下报错,是不是停止python新版本的更新和维护了 ceback (most recent call last): 文件“C:\Python311\Lib\site-packages\progressbar\bar.py”,第 130 行,在 del 中 文件“C:\Python311\Lib\site-packages\progressbar\bar.py”,第 1035 行, finish 中 AttributeError: 'NoneType' 对象没有属性“现在”

安装旧版本的progressbar2,如3.51.4,需要先卸载之前安装的progressbar2,然后pip安装指定版本。

pip uninstall progressbar2
pip install progressbar2==3.51.4
cheveyo1 commented 8 months ago

好的,明白。