-
Notifications
You must be signed in to change notification settings - Fork 41
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
fish: 'python3 AirDoS.py' terminated by signal SIGABRT (Abort) #2
Comments
+1 |
I ran it through pycharm debugger and found out that it crashes after it tries this import from opendrop.client import AirDropBrowser, AirDropClient Here is the error that I got from the crash report Application Specific Information: |
yep |
Installing openssl via homebrew: |
I am still having the same issue after following the steps. |
This solved the issue for me ln -s /usr/local/Cellar/[email protected]/1.1.1d/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.dylib |
Using python 3.8.0, followed the instructions exactly.
Same happens when trying to run through sudo. I have Catalina 15.2.
The text was updated successfully, but these errors were encountered: