-
Notifications
You must be signed in to change notification settings - Fork 54
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
Argument missing at line 167 #30
Comments
@frogale I have exactly the same error. Can you please help what file you exactly changed and post your code? |
…ly 4 arguments (3 given): python-broadlink need a 4th parameter: device model/type
I have edited line 167: made it to work. |
I had the same problem, frogale's solution made it work for me as well. |
…ly 4 arguments (3 given): python-broadlink need a 4th parameter: device model/type
now the error is: |
Hello.. It looks like you have error at line 167..
RM3Device = broadlink.rm((RealIPAddress, RealPort), RealMACAddress)
TypeError: init() takes exactly 4 arguments (3 given)
After adding "RealTimeout" as 4th argument it is working just fine...
The text was updated successfully, but these errors were encountered: