seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.49k stars 265 forks source link

RuntimeError: Interface awdl0 does not have an IPv6 address. Make sure that `owl` is running #61

Closed Foro38 closed 3 years ago

Foro38 commented 3 years ago

~ opendrop find Looking for receivers. Press Ctrl+C to stop ... Traceback (most recent call last): File "/usr/bin/opendrop", line 8, in sys.exit(main()) File "/home/foro/.local/lib/python3.9/site-packages/opendrop/cli.py", line 36, in main AirDropCli(sys.argv[1:]) File "/home/foro/.local/lib/python3.9/site-packages/opendrop/cli.py", line 98, in init self.find() File "/home/foro/.local/lib/python3.9/site-packages/opendrop/cli.py", line 117, in find self.browser = AirDropBrowser(self.config) File "/home/foro/.local/lib/python3.9/site-packages/opendrop/client.py", line 43, in init raise RuntimeError( RuntimeError: Interface awdl0 does not have an IPv6 address. Make sure that owl is running

schmittner commented 3 years ago

It's what the error message tells you. If you run OpenDrop on a Linux machine, you need to run owl in parallel. Please check out the README.