Basic Installation
Re: Basic Installation
Works perfectly now. Thanks.
Re: Basic Installation
I started getting the login error after months of it working fine. I upgraded to most recent version, but I'm still getting this:
Any suggestion?
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 335, in getDevices
File "plugin.py", line 315, in myqLogin
UnboundLocalError: local variable 'err' referenced before assignment
MyQ Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
Turn on debug logging. There should be a couple of log entries just before you get that error.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Basic Installation
It's tricky, because it won't let me save the config with debug. However, It will if I stay on that panel:
That's all I can get out of debug.
Code: Select all
MyQ Debug myqLogin request url = https://myqexternal.myqdevice.com/api/user/validate?username=EMAIL&password=PASS&appId=LONGAPPID
MyQ Debug myqLogin response = <html><head><title>Request Rejected</title></head><body>Your request has been denied.<br><br>[5442595389213767696]</body></html>
MyQ Error Error in plugin execution runConcurrentThread:Re: Basic Installation
No crazy characters in email or password. Just letters and numbers.
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
Did you edit that url line in the log output?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Basic Installation
Yes, I should have been clear. I anonymized my email, password, and appid.
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
The appID is coded into the plugin, depending on the opener brand. it's not user specific.
The following line says that your login is being rejected. Are you sure the login info and brand selected are correct?
The following line says that your login is being rejected. Are you sure the login info and brand selected are correct?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Basic Installation
100%. I've verified via the myliftmaster.com site. The weird thing to me is that it was working fine forever, and then just today I noticed the error in the logs.
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
How often are you polling for status?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
Hmm. Just checked. Mine is failing as well. I think MyQ broke the reverse engineered API we were using.
Need to do some research.
Need to do some research.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Re: Basic Installation
Ok, good to know it's not just me.
I was polling every 9 minutes. I'll hold tight while we figure out what happened.
Re: Basic Installation
mine seemed to have stopped working as well.
Traceback (most recent call last):
File "plugin.py", line 94, in runConcurrentThread
File "plugin.py", line 335, in getDevices
File "plugin.py", line 315, in myqLogin
UnboundLocalError: local variable 'err' referenced before assignment
Traceback (most recent call last):
File "plugin.py", line 94, in runConcurrentThread
File "plugin.py", line 335, in getDevices
File "plugin.py", line 315, in myqLogin
UnboundLocalError: local variable 'err' referenced before assignment
Re: Basic Installation
same issue after working fine for several day with 7.1.5 now this error message about a million times in the last 2 days due to attempt every 10 seconds.
Traceback (most recent call last):
File "plugin.py", line 94, in runConcurrentThread
File "plugin.py", line 335, in getDevices
File "plugin.py", line 315, in myqLogin
UnboundLocalError: local variable 'err' referenced before assignment
MyQ Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
MyQ Error Error in plugin execution runConcurrentThread:
Have disabled and re-enabled and also cannot reconfigure plug-in. Getting the error message in the login fields as before, when attempting to get debugging messages.
MyQ Debug myqLogin request url = https://myqexternal.myqdevice.com/api/u ... HKwTmDzHOu
MyQ Debug myqLogin response = <html><head><title>Request Rejected</title></head><body>Your request has been denied.<br><br>[5442595389242462761]</body></html>
MyQ Error Error in plugin execution runConcurrentThread:
Traceback (most recent call last):
File "plugin.py", line 94, in runConcurrentThread
File "plugin.py", line 335, in getDevices
File "plugin.py", line 315, in myqLogin
UnboundLocalError: local variable 'err' referenced before assignment
MyQ Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
MyQ Error Error in plugin execution runConcurrentThread:
Have disabled and re-enabled and also cannot reconfigure plug-in. Getting the error message in the login fields as before, when attempting to get debugging messages.
MyQ Debug myqLogin request url = https://myqexternal.myqdevice.com/api/u ... HKwTmDzHOu
MyQ Debug myqLogin response = <html><head><title>Request Rejected</title></head><body>Your request has been denied.<br><br>[5442595389242462761]</body></html>
MyQ Error Error in plugin execution runConcurrentThread:
- FlyingDiver
- Posts: 7823
- Joined: Sat Jun 07, 2014 10:36 am
- Location: Southwest Florida, USA
Re: Basic Installation
It's broken. Just stop using it until I resolve the API issues.
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
my plugins: http://forums.indigodomo.com/viewforum.php?f=177