ESPBug icon indicating copy to clipboard operation
ESPBug copied to clipboard

Traceback (most recent call last)

Open ZainAlSheikh opened this issue 3 years ago • 6 comments

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

ZainAlSheikh avatar Nov 11 '20 14:11 ZainAlSheikh

could you show me more of the error?

wlwatkins avatar Nov 11 '20 14:11 wlwatkins

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 avatar Nov 12 '20 17:11 ZainAlSheikh

plz help me to solve this

ZainAlSheikh avatar Nov 12 '20 17:11 ZainAlSheikh

This issue is not solved still please help me too

priywardhan avatar Mar 12 '22 10:03 priywardhan

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', )).

priywardhan avatar Mar 12 '22 10:03 priywardhan

install python 3.7 to fix it

viplameo avatar Dec 19 '22 15:12 viplameo