mariuskiessling / alfred-airpods-connector

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

Not compatible with Python 3.8 #7

Open philippsandhaus opened 3 years ago

philippsandhaus commented 3 years ago

Using this with python 3.8 leads to the following error:

  TRUE, pout = os.popen4('/bin/bash -c /usr/local/bin/BluetoothConnector')

AttributeError: module 'os' has no attribute 'popen4'`

mikeoertli commented 2 years ago

Related (I believe):

11

10

Info about what I believe to be a fix: https://github.com/mariuskiessling/alfred-airpods-connector/issues/9#issuecomment-1003440589