Stack trace

User avatar
jay (support)
Site Admin
Posts: 19202
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Stack trace

Post by jay (support) »

Got the following several times in a row this afternoon:

Code: Select all

   MyQ Error                       Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 94, in runConcurrentThread
  File "plugin.py", line 365, in getDevices
  File "plugin.py", line 338, in myqLogin
AttributeError: 'Response' object has no attribute 'status_coderl'
Then, about 5 minutes later (and after I bounced the plugin), I got:

Code: Select all

   MyQ Error                       myqLogin failure, RequestException: ('Connection aborted.', error(54, 'Connection reset by peer'))
Seems likely that they've got some kind of system/network issue, but you might want to at least catch that first error.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Stack trace

Post by FlyingDiver »

Their systems are totally screwed right now. I can't even log into the website. So I can't test my code changes. :(
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: Stack trace

Post by FlyingDiver »

I think I just misspelled that attribute. Fixed in my current code, but I can't replicate the error to test.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Locked

Return to “MyQ”