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
Al querer usando para capturar paquetes icmp me aparece este error cuando presiono Control+C para detener la captura:
Exception: Error processing the previous command. More info: There is no current event loop in thread 'Mainthread'
Agradeceria mucho que me pudiera colaborar con eso, muchas gracias
The text was updated successfully, but these errors were encountered:
La solución a este problema es el siguiente:
Estos son los comandos que debes ejecutar en una terminal fuera de Polymorph:
pip3 uninstall prompt-toolkit
pip3 install prompt-toolkit==3.0.39
Después hay que cerrar Polymorph y volverlo a ejecutar.
Sorry, something went wrong.
No branches or pull requests
Al querer usando para capturar paquetes icmp me aparece este error cuando presiono Control+C para detener la captura:
Exception: Error processing the previous command. More info:
There is no current event loop in thread 'Mainthread'
Agradeceria mucho que me pudiera colaborar con eso, muchas gracias
The text was updated successfully, but these errors were encountered: