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

师傅,有点问题下载文件的时候超出递归次数。 #9

Open
pzp12 opened this issue Jul 20, 2022 · 6 comments
Open

师傅,有点问题下载文件的时候超出递归次数。 #9

pzp12 opened this issue Jul 20, 2022 · 6 comments

Comments

@pzp12
Copy link

pzp12 commented Jul 20, 2022

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 23, in get_dir
fanhui = requests.get(do,verify=False,proxies=self.proxies)
RecursionError: maximum recursion depth exceeded in comparison

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 64, in
print(Get_list()) if args.list else main(target,modular,tool,info,single,exclude,output_file,down,proxy) # 若有-list则打印列表
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 49, in main
dow_rep(down)
File "/Users/Downloads/Suture_Box-main/controller/controller.py", line 102, in dow_rep
Dow.get_tool(i)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 108, in get_tool
moud = self.get_dir(self.url)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
[Previous line repeated 993 more times]
RecursionError: maximum recursion depth exceeded

@F6JO
Copy link
Owner

F6JO commented Jul 20, 2022

你好师傅,HW结束后我抽空修复一下,可以先手动下载
在根目录新建tools目录,将https://github.com/F6JO/Suture_Box_tools 的两个文件夹放进去即可

@pzp12
Copy link
Author

pzp12 commented Jul 20, 2022 via email

@F6JO
Copy link
Owner

F6JO commented Jul 20, 2022

报什么错

@pzp12
Copy link
Author

pzp12 commented Jul 20, 2022 via email

@F6JO
Copy link
Owner

F6JO commented Jul 20, 2022

执行的命令行可以发一下嘛师傅,hvv结束我抽空搞一下

@pzp12
Copy link
Author

pzp12 commented Jul 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants