-
Notifications
You must be signed in to change notification settings - Fork 32
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
When trying to list devices I'm getting error "params incomplete" #20
Comments
Do you have the right region selected? I seem to remember getting this when I changed region to the wrong one |
Yes, it was correct. Now I'm fighting with websocket issues... but it might be that my python is missing something (like f.e. logger - I had to remove it from the code) as I'm trying to run it on a WiFi router with entware |
@marcinlubojanski did you manage to get this to work? |
yes, it work for me with the change as written above. Do you also get "params incomplete" error message ? |
I do indeed get the message. I used your PR and it worked, this should be merged - thanks! |
This commit fixes the 'params incomplete' error that prevents the correct list of devices from being returned closes lucien2k#20
I'm logging in properly, then when I try to get list of devices I'm getting error in response
('response :', {u'msg': u'params incomplete', u'error': 400})
Response code: 200
Tried with 2 accounts, one has 2 devices (POW R2 and 4CH), the other has just one shared from the first one (POW R2).
If it makes any difference, both were created from Android app, not iPhone.
The text was updated successfully, but these errors were encountered: