mariuskiessling / alfred-airpods-connector

Quickly connect your AirPods :headphones: using this Alfred workflow!
MIT License
132 stars 11 forks source link

Configure Airpod device does nothing #4

Closed Acidham closed 4 years ago

Acidham commented 4 years ago

When I try to setup Airpod connector with airp config nothing happens. The WF just shows "Please select your AirPods...". I tried to debug get_devices.py: The devicesRaw filled from os.popen is empty.

I tried to exec the popen command from shell /bin/bash -c /usr/local/bin/BluetoothConnector and receive the following output:

Error: 
MAC Address missing. Get the MAC address from the list below (if your device is missing, pair it with your computer first):
7c-04-d0-8b-f4-05 - AirPods ...

Or do I miss something ?

Acidham commented 4 years ago

Found the issue: BluetoothConnector without parameter writes the AirPod List into stderror instead of stdout. The script does not cover stderror.

Blackbird9223 commented 4 years ago

3 should do it

mariuskiessling commented 4 years ago

Hey, please try to update to the latest version of the workflow by following the install instructions in the readme. In case this doesn't solve the problem for you, feel free to reopen issue.

himankyd commented 2 years ago

I'm facing the exact same issue, even on the latest version of the workflow. Any idea why that could be happening?