-
Notifications
You must be signed in to change notification settings - Fork 44
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
404 Client Error with my robot #17
Comments
I see you're coming from home-assistant. Do you get the same issue when using pybotvac directly? Do the following work?
I see that your response lists Could you check if changing the endpoint to I can build a release where the robot endpoint is dynamic based on the robot response, as opposed to hardcoded as it is now. |
@stianaske I have a D7 and I do not have this issue so my endpoint must be the same as yours. |
@angelyangw I created a dev branch with a possible fix for this. Could you please download the dev branch and see if this resolves your issue? |
@stianaske @dshokouhi Thank you for regard! I use the dev branch and I try to change the endpoint to "https://ap-nucleo.neatocloud.com:4443" It's work!! Thank you guys! |
@angelyangw Great! I will merge this into the master branch and create a new release then. |
Thanks a lot! |
Hi @stianaske. I am very new to this topic, I have a D5 botvac connected and was trying with the POST for https://nucleo.neatocloud.com:4443/vendors/neato/robots/OPS11117-04A****EE7F/messages using a debugger, given all possible headers and body, but I am also getting an error
My robot is online as I can control it from the app, the beehive API response is fine and getting me result as: {
Could you please tell me what is possibly going wrong, and help me fixing it? |
I try to use pybotvac. when I get from https://beehive.neatocloud.com/users/me/robots/ the response will see my robot like this:
but when I post for https://nucleo.neatocloud.com/vendors/neato/robots/GPC11418-7C3****E3F3/messages, I will get the error with "requests.exceptions.HTTPError: 404 Client Error: Not Found for url https://nucleo.neatocloud.com/vendors/neato/robots/GPC11418-7C3****E3F3/messages"
The text was updated successfully, but these errors were encountered: