IndigoDomotics/alexa-hue-bridge

Checking for updates causes error

Closed this issue · 5 comments

I am using Indigo 7.1.1 and Alexa-Hue Bridge 3.0.27. When I select "Check for Updates" on the plug in menu in Indigo I get these errors:

Alexa-Hue Bridge Checking for updates...
Alexa-Hue Bridge Error Error in plugin execution MenuAction:

Traceback (most recent call last):
File "plugin.py", line 131, in checkForUpdates
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Alexa-Hue Bridge.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Alexa-Hue Bridge.indigoPlugin/Contents/Server Plugin/ghpu.py", line 173, in _prepareForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Alexa-Hue Bridge.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Alexa-Hue Bridge.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/Alexa-Hue Bridge.indigoPlugin/Contents/Server Plugin/ghpu.py", line 150, in _GET
AttributeError: 'Popen' object has no attribute 'status'

Alexa-Hue Bridge Alexa-Hue Bridge checking network access by attempting to access 'www.google.com'
Alexa-Hue Bridge Alexa-Hue Bridge network access check to www.google.com successfully completed.

Hope this helps!
Matthew

Thanks for the report. :)
What Mac OS version are you running?

It's the well known GitHub problem, the original fix has a bug. The short answer is, don't use the menu command. The long answer is I'm going to yank that code out of the plugin very soon.

Fixed (removed) in 3.0.28.

Thanks 👍