New errors with v 7.19?

Posted on
Fri Feb 23, 2018 10:44 am
Ramias offline
Posts: 272
Joined: Nov 24, 2015

New errors with v 7.19?

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)

Posted on
Fri Feb 23, 2018 10:46 am
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New errors with v 7.19?


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

Posted on
Fri Feb 23, 2018 3:30 pm
auto_man offline
Posts: 30
Joined: Oct 04, 2015
Location: Salem County, NJ

Re: New errors with v 7.19?

I'm experiencing the same errors

Posted on
Fri Feb 23, 2018 3:31 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New errors with v 7.19?

auto_man wrote:
I'm experiencing the same errors


Same answer.

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

Posted on
Sun Feb 25, 2018 12:13 pm
polycron offline
Posts: 100
Joined: Jan 08, 2006

Re: New errors with v 7.19?

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

Posted on
Sun Feb 25, 2018 12:33 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New errors with v 7.19?

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.

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

Posted on
Sat Mar 03, 2018 1:15 pm
elf55 offline
Posts: 45
Joined: Mar 19, 2012

Re: New errors with v 7.19?

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.
Attachments
configure-screen.png
configure-screen.png (357.1 KiB) Viewed 2642 times

Posted on
Sat Mar 03, 2018 1:31 pm
FlyingDiver offline
User avatar
Posts: 7189
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: New errors with v 7.19?

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.

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

Posted on
Sun Mar 04, 2018 3:25 pm
elf55 offline
Posts: 45
Joined: Mar 19, 2012

Re: New errors with v 7.19?

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

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 1 guest