Live data from Hacker News

OpenDrop: An open Apple AirDrop implementation written in Python

github.com

1–10 of 132 posts

Re: OpenDrop: An open Apple AirDrop implementation written in Python

#3
AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled.

Does anyone knows how to debug it?

I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.

Re: OpenDrop: An open Apple AirDrop implementation written in Python

#5
post #3

AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.

   sudo killall bluetoothd
This fixes if the error is on the Mac side. On iOS you have to reboot the device.

Re: OpenDrop: An open Apple AirDrop implementation written in Python

#7
post #3

AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.

A major failure point for me is devices simply not showing up as available.

Re: OpenDrop: An open Apple AirDrop implementation written in Python

#8
post #3

AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.

It‘s brilliant until a pair of devices enters a state where the target does not receive airdrop notifications anymore, while the source is stuck on „waiting“, which can only be resolved by restarting the devices.

Re: OpenDrop: An open Apple AirDrop implementation written in Python

#10
post #3

AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.

It‘s brilliant until a pair of devices enters a state where the target does not receive airdrop notifications anymore, while the source is stuck on „waiting“, which can only be resolved by restarting the devices.

When AirDrop doesn’t work I just turn Bluetooth off and on on the device. That’s usually enough.
Post reply on HN