epsylon / ufonet

UFONet - Denial of Service Toolkit
https://ufonet.03c8.net
2.18k stars 606 forks source link

UFOnet - FileNotFoundError: No Such file or directory: 'docs/FAQ.html' #398

Closed vlibNull closed 2 years ago

vlibNull commented 2 years ago

So, This is just ONE issue I had with this package on an Arch install. Update: Did a full rollback on my system and fetched it again, still having this particular issue.

Traceback (most recent call last): File "/usr/share/ufonet/ufonet", line 16, in app.run() File "/usr/share/ufonet/core/main.py", line 1378, in run self.create_web_interface() File "/usr/share/ufonet/core/main.py", line 3778, in create_web_interface newthread = ClientThread(ip, port, clientsock) File "/usr/share/ufonet/core/webgui.py", line 62, in init self.pages = Pages() File "/usr/share/ufonet/core/webgui.py", line 2560, in init f = open(self.faq_file) # extract FAQ text FileNotFoundError: [Errno 2] No such file or directory: 'docs/FAQ.html'

epsylon commented 2 years ago

@vlibNull it looks that there is something wrong with your OS environment.

FileNotFoundError: [Errno 2] No such file or directory: 'docs/FAQ.html'

Try to:

1) Clone UFONet repository: git clone https://github.com/epsylon/ufonet 2) Install it using provided auto-setup script: python3 setup.py install 3) Check that file "FAQ.html" exists at "docs" folder