wlwatkins / ESPBug

ESPBug is a rogue captive portal program which runs on the ESP8266 dev board, such as the NodeMCU (clones included). It is a social engennering tool which generates a WiFi network of a given name alluring people to connect to it and enter some credentials.
GNU General Public License v3.0
252 stars 72 forks source link

Traceback (most recent call last) #27

Open ZainAlSheikh opened 3 years ago

ZainAlSheikh commented 3 years ago

When i enter Python3 webConverter.py it shows Traceback (most recent call last). plz help me.

wlwatkins commented 3 years ago

could you show me more of the error?

ZainAlSheikh commented 3 years ago

No more errors. i have Kali linux , Python 3.6.8 , pip and anglerfish installed. i copied web_pages folder to webConverter folder. But when i enter command. python3 webConverter.py it shows. Traceback (most recent call last) line 26 in os.kdr((stdr)) Filenotfound (errno 2)

something like that appears

ZainAlSheikh commented 3 years ago

plz help me to solve this

ghost commented 2 years ago

This issue is not solved still please help me too

ghost commented 2 years ago

the error: ┌──(kali㉿kali)-[~/Desktop/ESPBug/web_converter] └─$ python webConverter.py Traceback (most recent call last): File "/home/kali/Desktop/ESPBug/web_converter/webConverter.py", line 8, in from css_html_js_minify.minify import process_single_html_file, process_single_js_file, process_single_css_file File "/home/kali/Desktop/ESPBug/web_converter/css_html_js_minify/init.py", line 13, in from .minify import (process_single_html_file, process_single_js_file, File "/home/kali/Desktop/ESPBug/web_converter/css_html_js_minify/minify.py", line 30, in from anglerfish import (check_encoding, check_folder, make_logger, File "/home/kali/.local/lib/python3.9/site-packages/anglerfish/init.py", line 32, in from anglerfish.get_clipboard import get_clipboard # noqa File "/home/kali/.local/lib/python3.9/site-packages/anglerfish/get_clipboard.py", line 18, in Clipboard = NamedTuple("Clipboard", fields=(("copy", callable), File "/usr/lib/python3.9/typing.py", line 1922, in NamedTuple return _make_nmtuple(typename, fields, module=module) File "/usr/lib/python3.9/typing.py", line 1847, in _make_nmtuple types = {n: _type_check(t, f"field {n} annotation must be a type") File "/usr/lib/python3.9/typing.py", line 1847, in types = {n: _type_check(t, f"field {n} annotation must be a type") File "/usr/lib/python3.9/typing.py", line 166, in _type_check raise TypeError(f"{msg} Got {arg!r:.100}.") TypeError: field fields annotation must be a type Got (('copy', ), ('paste', )).

viplameo commented 1 year ago

install python 3.7 to fix it