mariuskiessling / alfred-airpods-connector

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

Doesn't remember it's configured airpods #8

Closed ReinierH closed 3 years ago

ReinierH commented 3 years ago

When configuring my airpods by typing "Configure airpods pro device" it correctly lists my bluetooth devices. After selecting my airpods I also receive a notification that I successfully selected the airpods, but for some reason it doesn't remember the settings.

Both the AIRPODS_MAC and WORKFLOW_CONFIGURED are set and "don't export" are unchecked.

Below the logs:

[11:45:48.318] Logging Started... [11:45:51.563] AirPods Pro Connector[Keyword] Processing complete [11:45:51.564] AirPods Pro Connector[Keyword] Passing output '' to Arg and Vars [11:45:51.565] AirPods Pro Connector[Arg and Vars] Processing complete [11:45:51.566] AirPods Pro Connector[Arg and Vars] Passing output 'Please select your AirPods Pro...' to Script Filter [11:45:51.592] AirPods Pro Connector[Script Filter] Queuing argument 'Please select your AirPods Pro...' [11:45:51.791] AirPods Pro Connector[Script Filter] Script with argv 'Please select your AirPods Pro...' finished [11:45:51.794] AirPods Pro Connector[Script Filter] {"items": [{"subtitle": "MAC: e8-85-4b-82-b0-0a (These probably are your AirPods Pro!)", "arg": "e8-85-4b-82-b0-0a", "type": "default", "icon": {"path": "icon.png"}, "title": "Reinier\u2019s AirPods Pro"}, ]} [11:45:54.022] AirPods Pro Connector[Script Filter] Processing complete [11:45:54.023] AirPods Pro Connector[Script Filter] Passing output 'e8-85-4b-82-b0-0a' to Run Script [11:45:54.099] AirPods Pro Connector[Run Script] Processing complete [11:45:54.106] AirPods Pro Connector[Run Script] Passing output 'e8-85-4b-82-b0-0a' to Arg and Vars [11:45:54.107] AirPods Pro Connector[Arg and Vars] Processing complete [11:45:54.108] AirPods Pro Connector[Arg and Vars] Passing output 'Please select your AirPods Pro...' to Script Filter [11:45:54.116] AirPods Pro Connector[Script Filter] Queuing argument 'Please select your AirPods Pro...' [11:45:54.187] AirPods Pro Connector[Script Filter] Script with argv 'Please select your AirPods Pro...' finished [11:45:54.195] AirPods Pro Connector[Script Filter] {"items": [ { "type": "default", "title": "🎉 AirPods Pro successfully configured!", "subtitle": "Press ENTER to connect (or disconnect if you are already connected)." } ]}

What am I doing wrong?