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

ValueError: Invalid async_mode specified #215

Open
bl1tzw0lf opened this issue Apr 23, 2024 · 3 comments
Open

ValueError: Invalid async_mode specified #215

bl1tzw0lf opened this issue Apr 23, 2024 · 3 comments

Comments

@bl1tzw0lf
Copy link

Describe the bug
Upon fresh installation of eaphammer on Kali Linux 2024.1, running 'sudo ./eaphammer -h' I receive the following error:

-snip-
"/usr/lib/python3/dist-packages/engineio/base_server.py", line 81, in init
raise ValueError('Invalid async_mode specified'

To Reproduce

Install eaphammer on Kali Linux 2024.1 using...

sudo apt install eaphammer
OR
git clone https://github.com/s0lst1c3/eaphammer.git
run ./kali-setup

sudo ./eaphammer -h

Expected behavior

The application to run without throwing errors.

Screenshots

If applicable, add screenshots to help explain your problem.

Command string(s) used

The exact command(s) you used to trigger the bug.

EAPHammer verbose output (using the --debug flag)

Paste redacted output here.

EAPHammer Version (./eaphammer --version)

Paste output here.

OS (the OS from which you are running EAPHammer)

Fill this in.

Configuration of Target Access Point (if known / applicable)

Fill this in if possible.

Configuration of Target Client Device (if known / applicable)

Fill this in if possible.

Additional context

Add any other context about the problem here.

@ericescobar
Copy link

I'm having the same issue, any workaround?

@ericescobar
Copy link

here's the workaround, before you install do this:
apt-get remove -y python3-pyee

@breachr
Copy link

breachr commented May 17, 2024

im installing eaphammer on armbian/kali with apt. I had the same issue and resolved it by installing eventlet.

apt install eaphammer python3-eventlet

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

No branches or pull requests

4 participants