Plugin updates causing errors in log

Posted on
Wed Mar 07, 2018 7:46 am
Redrocker offline
Posts: 81
Joined: Jan 20, 2010

Plugin updates causing errors in log

Hi all,

Most times I can find answers to questions or issues that may arise by searching these forums. I have not been able to track down others with this latest one, and I apologize if it has been discussed/solved in another thread. As recently as the past week or so I have been getting lots of red in my Indigo log files. I never have been able to get the "broken pipe" issue fixed with the Alexa-Hue plugin, but I have a work around (restarting the plugin at the top of the hour) that seems to satisfy the problem for now.

The new problem is that when a plugin (any plugin) does an update check, or I manually initiate one myself, i get the entries in the log below:
Code: Select all
 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)


At first I though it may have been my new Fingbox blocking traffic somehow, but unplugging it does nothing to alleviate the problem.

Here is another instance with the Alexa-Hue plugin:

Code: Select all
   Alexa-Hue Bridge Error          Error in plugin execution MenuAction:

Traceback (most recent call last):
  File "plugin.py", line 126, 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 175, 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 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)


Anyone else experiencing this issue? Any suggestions on how to fix it (or the "broken pipe" issue)?

Thanks for looking,

~Mark
Indigo 2021.2

Posted on
Wed Mar 07, 2018 8:17 am
Colorado4Wheeler offline
User avatar
Posts: 2794
Joined: Jul 20, 2009
Location: Colorado

Re: Plugin updates causing errors in log

I believe that is related to the SSL depreciation on some sites, specifically Git. It's been discussed quite a bit over the last week or two. Here is one thread that talks about it and here is another one.

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
Wed Mar 07, 2018 8:26 am
Redrocker offline
Posts: 81
Joined: Jan 20, 2010

Re: Plugin updates causing errors in log

Thanks for the reply Colorado4Wheeler. I guess I needed to dig just a little deeper this time.

~Mark
Indigo 2021.2

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 5 guests