We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
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
essid = truncateStr(network.get('ESSID', 'Unknown'), 25)
No branches or pull requests
Error essid
The text was updated successfully, but these errors were encountered: