-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Mode Changing no longer works / other functions work with same credentials #197
Comments
I think the error starts here
where my device type is however, short circuiting the device check and using |
|
Hello, thank you for your PR! I made a branch to test out your changes and made some modifications to your proposed solution. Would you mind pulling down this branch and seeing if it works for you? https://github.com/jeffreydwalter/arlo/tree/fix-custom-mode My basestation died so, I don't actually have any working Arlo cameras anymore. :( |
I will test shorty, but .. just looking at it, earlier I could not get it to work till I added the schema line .. but maybe you have another change in there accomplishing similar ... and Ive said in the past -- I would totally send you a basestation ;) |
I get this
even for something that had worked prior to the hotfix/PR I made https://github.com/cgmckeever/smartthings/blob/master/arlo-util/www/cgi-bin/checkup.py |
@jeffreydwalter any thoughts on this? |
I had tried that and I got
My earlier PR seems to work, but probably is not the clean way to do it ;) |
Was using 1.2.58, mode changing seemed to stop in the last week.
Noticed that 1.2.61 came out, thought it might resolve an issue .. same issue continued
Web login for the user allows all these functions described.
Code appear to be able to:
arlo.GetDevices
orarlo.GetDevice
Code fails (more code below as well)
What version of Python are you using (
python -V
)?Python 3.8.12
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?Dockerized Python Slim
https://github.com/cgmckeever/smartthings/blob/master/arlo-util/Dockerfile
** update for
1.2.61
Which Python packages do you have installed (run the
pip freeze
orpip3 freeze
command and paste output)?Which version of ffmpeg are you using (
ffmpeg -version
)?Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
VMB4000-siren
Pro2
What did you do?
If possible, provide the steps you took to reproduce the issue.
A complete runnable program is good. (don't include your user/password or any sensitive info)
pip install -I arlo==1.2.61
What did you expect to see?
Change the mode
What did you see instead?
Hangs
Does this issue reproduce with the latest release?
The text was updated successfully, but these errors were encountered: