IndigoDomotics / alexa-hue-bridge

An Indigo plugin that exposes devices as Hue lights for Amazon Alexa devices (Echo, Fire TV)
The Unlicense
22 stars 2 forks source link

Checking for updates causes error #15

Closed jenkins007 closed 6 years ago

jenkins007 commented 6 years ago

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

autolog commented 6 years ago

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

jenkins007 commented 6 years ago

It is running on a dedicated server running Mac OS 10.7.5.

Thanks, Matthew Jenkins jenkins007@mac.com 830-303-6396 210-355-4708 cell

On Mar 15, 2018, at 8:36 AM, Jon notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IndigoDomotics/alexa-hue-bridge/issues/15#issuecomment-373377836, or mute the thread https://github.com/notifications/unsubscribe-auth/AgBJKniqJ-X3ltxPH55oYX7icJDOV8vCks5tem52gaJpZM4SsIlH.

FlyingDiver commented 6 years ago

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.

FlyingDiver commented 6 years ago

Fixed (removed) in 3.0.28.

autolog commented 6 years ago

Thanks 👍