Skip to content

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

@pzp12

Description

@pzp12

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions