-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot scan any Broadlink device #33
Comments
I am also getting this error message regarding a failed authentication. The RM4 Pro is unlocked and accessible from Home Assistant.
|
If I comment out line 618 in broadlinkmanager.py, removing the auth, the device works.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And I check the log,find these message
Traceback (most recent call last):
2021-05-31T14:07:48.566829251Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2464, in call
2021-05-31T14:07:48.566849681Z return self.wsgi_app(environ, start_response)
2021-05-31T14:07:48.566863055Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2450, in wsgi_app
2021-05-31T14:07:48.566876285Z response = self.handle_exception(e)
2021-05-31T14:07:48.566906735Z File "/usr/local/lib/python3.6/dist-packages/flask_restful/init.py", line 272, in error_router
2021-05-31T14:07:48.566926782Z return original_handler(e)
2021-05-31T14:07:48.566939557Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1867, in handle_exception
2021-05-31T14:07:48.566952678Z reraise(exc_type, exc_value, tb)
2021-05-31T14:07:48.566965256Z File "/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 39, in reraise
2021-05-31T14:07:48.566978351Z raise value
2021-05-31T14:07:48.566990811Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2447, in wsgi_app
2021-05-31T14:07:48.567003773Z response = self.full_dispatch_request()
2021-05-31T14:07:48.567016313Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1952, in full_dispatch_request
2021-05-31T14:07:48.567055461Z rv = self.handle_user_exception(e)
2021-05-31T14:07:48.567068365Z File "/usr/local/lib/python3.6/dist-packages/flask_restful/init.py", line 272, in error_router
2021-05-31T14:07:48.567114211Z return original_handler(e)
2021-05-31T14:07:48.567127980Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1821, in handle_user_exception
2021-05-31T14:07:48.567140935Z reraise(exc_type, exc_value, tb)
2021-05-31T14:07:48.567153122Z File "/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 39, in reraise
2021-05-31T14:07:48.567165616Z raise value
2021-05-31T14:07:48.567177681Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1950, in full_dispatch_request
2021-05-31T14:07:48.567236791Z rv = self.dispatch_request()
2021-05-31T14:07:48.567251795Z File "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1936, in dispatch_request
2021-05-31T14:07:48.567265049Z return self.view_functionsrule.endpoint
2021-05-31T14:07:48.567277371Z File "/opt/broadlinkmanager/broadlinkmanager.py", line 427, in autodiscover
2021-05-31T14:07:48.567289780Z if device.auth():
2021-05-31T14:07:48.567301691Z File "/opt/broadlinkmanager/broadlink/init.py", line 271, in auth
2021-05-31T14:07:48.567314166Z check_error(response[0x22:0x24])
2021-05-31T14:07:48.567335301Z File "/opt/broadlinkmanager/broadlink/exceptions.py", line 173, in check_error
2021-05-31T14:07:48.567349068Z raise exception(error_code)
2021-05-31T14:07:48.567361082Z broadlink.exceptions.AuthenticationError: [Errno -1] Authentication failed
The text was updated successfully, but these errors were encountered: