thewhiteh4t / seeker

Accurately Locate Smartphones using Social Engineering
MIT License
6.71k stars 1.62k forks source link

Error when launching Seeker #457

Closed GordonCol closed 11 months ago

GordonCol commented 11 months ago

[+] Loading NearYou Template...

[+] Port : 8080

[+] Starting PHP Server...Traceback (most recent call last): File "seeker.py", line 364, in SERVER_PROC = server() File "seeker.py", line 191, in server utils.print(f'{C}[ {G}\u2714{C} ]{W}') File "/opt/seeker/utils.py", line 19, in print builtins.print (ftext, flush=True, **args) UnicodeEncodeError: 'ascii' codec can't encode character '\u2714' in position 12: ordinal not in range(128)

Resousse commented 11 months ago

What is your python version ?

GordonCol commented 11 months ago

Python 3.6.8

Resousse commented 11 months ago

Please update & retry : https://devguide.python.org/versions/

muddy-blunts commented 11 months ago

Python 3.8.10 same error

thewhiteh4t commented 11 months ago

@muddy-blunts please check which python version is being used, it is possible that when you type python3 it is using old version instead of the 8, also upgrade to 3.10 atleast

muddy-blunts commented 11 months ago

@thewhiteh4t image python 3.10.12

thewhiteh4t commented 11 months ago

@muddy-blunts just curious, are you using it on wsl ?

muddy-blunts commented 11 months ago

@thewhiteh4t rasperry pi 400

thewhiteh4t commented 11 months ago

@muddy-blunts cool will look into it by reproducing the error

Resousse commented 11 months ago

@muddy-blunts , unsure it would work but could you try the following before running seeker? (To be run in a terminal just before the seeker command) export PYTHONIOENCODING=UTF-8

muddy-blunts commented 11 months ago

@Resousse Thanks it works