Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error essid #7

Open
warecrer opened this issue Jul 19, 2024 · 3 comments
Open

Error essid #7

warecrer opened this issue Jul 19, 2024 · 3 comments

Comments

@warecrer
Copy link

Error essid

@aniketstark
Copy link

Error essid

i am also facing one of these

Traceback (most recent call last):
File "/data/data/com.termux/files/home/OneShot/oneshot.py", line 1214, in
args.bssid = scanner.prompt_network()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/OneShot/oneshot.py", line 1019, in prompt_network
networks = self.iw_scanner()
^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/OneShot/oneshot.py", line 1000, in iw_scanner
essid = truncateStr(network['ESSID'], 25)
~~~~~~~^^^^^^^^^
KeyError: 'ESSID'

@aniketstark
Copy link

Error essid

i am trying to find were and how its causing

for the period just run this script while wifif on for mobile devices sd and mtk both this is the fix of some period

@pradeep-lit
Copy link

essid = truncateStr(network.get('ESSID', 'Unknown'), 25)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants