alfred-airpods-connector icon indicating copy to clipboard operation
alfred-airpods-connector copied to clipboard

Not compatible with Python 3.8

Open philippsandhaus opened this issue 4 years ago • 1 comments

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'`

philippsandhaus avatar Sep 17 '20 13:09 philippsandhaus

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

mikeoertli avatar Dec 31 '21 19:12 mikeoertli