-
Notifications
You must be signed in to change notification settings - Fork 38
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
fbx.system.reboot() ==> freepybox.exceptions.HttpRequestError: insufficient_rights #7
Comments
To help, here is the v6 API response for an authorization method call:
Regards, |
I had the same issue when trying to switch wifi on/off ; I looked in the sdk documentation, but from what I can tell, there is no way to specify a list of requested rights when registering an application, so I'm not sure there is a solution to this issue. |
I dont' have the v6 API documentation but I think it can work as following:
I think the are doing that for the official "Freebox" mobile app. Regards, |
Hello, I am trying to reboot my FreeboxV6 why this command:
fbx.system.reboot()
And I am getting the following error:
insufficient_rights
.Details:
It seems that requested rights allowed to this app are not sufficient for reboot.
I had to edit freebox application permission to allow 'edit Freebox settings':
Could you help me to fix that please?
Regards,
The text was updated successfully, but these errors were encountered: