Download Issue

Posted on
Wed Mar 14, 2018 2:23 pm
BruceP offline
Posts: 285
Joined: Sep 06, 2004

Download Issue

I downloaded the Ring plugin from the Store. I am now getting errors with the Mr. Slim listed in the error list. Not sure what is happening.


File "plugin.py", line 153, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 175, in _prepareForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 145, in _GET
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1093, in _send_request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1049, in endheaders
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 893, in _send_output
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 855, in send
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1274, in connect
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 352, in wrap_socket
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 579, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 808, in do_handshake
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)

Posted on
Wed Mar 14, 2018 2:31 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Download Issue

It's not a problem with the Ring plugin, it's a problem with the MrSlim plugin.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Mar 14, 2018 2:46 pm
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Download Issue

And on top of that it's also the much discussed SSL issue with Git that a lot of devs used to keep their plugins updated.

My Modest Contributions to Indigo:

HomeKit Bridge | Device Extensions | Security Manager | LCD Creator | Room-O-Matic | Smart Dimmer | Scene Toggle | Powermiser | Homebridge Buddy

Check Them Out Here

Posted on
Fri Mar 16, 2018 4:54 am
BruceP offline
Posts: 285
Joined: Sep 06, 2004

Re: Download Issue

Yes there is obviously an issue with Mr. Slim, but I downloaded the Ring plug-in. I also tried an earlier version from another site and same issue. So I am missing something here on my end or there is an issue with the plug-in itself.

Posted on
Fri Mar 16, 2018 5:49 am
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Download Issue

BruceP wrote:
Yes there is obviously an issue with Mr. Slim, but I downloaded the Ring plug-in. I also tried an earlier version from another site and same issue. So I am missing something here on my end or there is an issue with the plug-in itself.


I don't understand. The log excerpt you show is only for MrSlim. If there's a problem with Ring, show the log for it.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Mar 19, 2018 5:47 am
BruceP offline
Posts: 285
Joined: Sep 06, 2004

Re: Download Issue

What I reported IS FROM the Ring download.

I go to plugins, select Ring Doorbell, Enable, then this


Mar 19, 2018, 7:46:18 AM
Enabling plugin "Ring Doorbell 0.1.25"
Starting plugin "Ring Doorbell 0.1.25" (pid 3666)
Started plugin "Ring Doorbell 0.1.25"
Ring Doorbell Number of devices found: 1
Ring Doorbell Front Door (id: 5780042)
Ring Doorbell Checking for updates...
Ring Doorbell Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 149, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 175, in _prepareForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 145, in _GET
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1093, in _send_request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1049, in endheaders
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 893, in _send_output
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 855, in send
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1274, in connect
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 352, in wrap_socket
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 579, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 808, in do_handshake
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)

Ring Doorbell Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Mar 19, 2018, 7:46:41 AM
Disabling plugin "Ring Doorbell 0.1.25"
Stopping plugin "Ring Doorbell 0.1.25" (pid 3666)
Stopped plugin "Ring Doorbell 0.1.25"

Posted on
Mon Mar 19, 2018 6:13 am
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Download Issue

Delete that copy of the plugin and get the current one (0.1.27) from the plugin store.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Mar 19, 2018 6:26 am
durosity offline
User avatar
Posts: 4320
Joined: May 10, 2012
Location: Newcastle Upon Tyne, Ye Ol' England.

Re: Download Issue

FYI I’m getting the same error with mine. did as per previous instructions but no joy. running on macOS 10.11.

Ring Doorbell Checking for updates...
Ring Doorbell Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 153, in runConcurrentThread
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 175, in _prepareForUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MrSlim.indigoPlugin/Contents/Server Plugin/ghpu.py", line 145, in _GET
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1093, in _send_request
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1049, in endheaders
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 893, in _send_output
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 855, in send
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1274, in connect
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 352, in wrap_socket
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 579, in __init__
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 808, in do_handshake
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)

Ring Doorbell Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Computer says no.

Posted on
Mon Mar 19, 2018 6:38 am
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Download Issue

I see the problem. The plugin has a ghpu.pyc file (compiled Python), but no ghpu.py file (Python source). And the compiled version was for the MrSlim plugin, so it has the wrong pathname in it.

Until the developer can fix it, set the update frequency in the plugin prefs to 0. If you can't do it in the Indigo UI, edit the preferences file for the plugin directly.

Code: Select all
   <updateFrequency type="string">0</updateFrequency>

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Mon Mar 19, 2018 12:36 pm
BruceP offline
Posts: 285
Joined: Sep 06, 2004

Re: Download Issue

Thank you for the reply, but your explanation as a little above my pay grade, but I got it. Will wait until corrected.

Thanks again

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests