Page 1 of 1

New errors with v 7.19?

PostPosted: Fri Feb 23, 2018 10:44 am
by Ramias
Just noticed these in my logs this morning. Were not there a few days ago. Is it failing on the update check? Or something else?

I'm not a frequent user of the Chamberlain app on my phone, but just opened it up and it does look a bit different.

Code: Select all
 Started plugin "MyQ 7.1.9"
   MyQ                             Starting MyQ
   MyQ                             Checking for updates...
   MyQ Error                       Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 90, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ.indigoPlugin/Contents/Server Plugin/ghpu.py", line 175, in _prepareForUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ.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)

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

Re: New errors with v 7.19?

PostPosted: Fri Feb 23, 2018 10:46 am
by FlyingDiver

Re: New errors with v 7.19?

PostPosted: Fri Feb 23, 2018 3:30 pm
by auto_man
I'm experiencing the same errors

Re: New errors with v 7.19?

PostPosted: Fri Feb 23, 2018 3:31 pm
by FlyingDiver
auto_man wrote:
I'm experiencing the same errors


Same answer.

Re: New errors with v 7.19?

PostPosted: Sun Feb 25, 2018 12:13 pm
by polycron
I see on the other thread that it recommends you change the refresh to 0 however I am unable to do so on the MyQ plugin. 5 is the minimum.

Jeff

Re: New errors with v 7.19?

PostPosted: Sun Feb 25, 2018 12:33 pm
by FlyingDiver
polycron wrote:
I see on the other thread that it recommends you change the refresh to 0 however I am unable to do so on the MyQ plugin. 5 is the minimum.

Jeff


Get the latest version from the Plugin Store. It's been fixed.

Re: New errors with v 7.19?

PostPosted: Sat Mar 03, 2018 1:15 pm
by elf55
I updated to 7.1.10 and get a different error:
Code: Select all
Traceback (most recent call last):
  File "plugin.py", line 90, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ-7-10.indigoPlugin/Contents/Server Plugin/ghpu.py", line 88, in checkForUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ-7-10.indigoPlugin/Contents/Server Plugin/ghpu.py", line 174, in _prepareForUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ-7-10.indigoPlugin/Contents/Server Plugin/ghpu.py", line 97, in getUpdate
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ-7-10.indigoPlugin/Contents/Server Plugin/ghpu.py", line 117, in getLatestRelease
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/MyQ-7-10.indigoPlugin/Contents/Server Plugin/ghpu.py", line 150, in _GET
AttributeError: 'Popen' object has no attribute 'status'

   MyQ Error                       plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   Trigger                         out temp
   MyQ                             Checking for updates...
   MyQ Error                       Error in plugin execution runConcurrentThread:


This is what's reported in the log, however when configure the plugin (from the plugin menu) , I get a login (real login name is obscured) error. This is the menu where you enter login name. I am able to login to the MyQ web site using these same credentials.

Re: New errors with v 7.19?

PostPosted: Sat Mar 03, 2018 1:31 pm
by FlyingDiver
First things first. Disable the plugin, rename it to the original name, and enable it again. Then see if there's any errors in the log.

Re: New errors with v 7.19?

PostPosted: Sun Mar 04, 2018 3:25 pm
by elf55
FD,

Dumb is me. I renamed and get the same error (probably also a something stupid on my part):

Code: Select all
Mar 4, 2018, 4:18:27 PM
   Enabling plugin "MyQ 7.1.10"
   Starting plugin "MyQ 7.1.10" (pid 4164)
   Started plugin "MyQ 7.1.10"
   MyQ                             Starting MyQ
   MyQ                             Checking for updates...
   MyQ Error                       Error in plugin execution runConcurrentThread:

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

   MyQ Error                       plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   MyQ                             Checking for updates...
   MyQ Error                       Error in plugin execution runConcurrentThread:

This isn't critical for me, so don't stay up late on my behalf. Thanks for a great plugin.

-Mike