You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Starting with the "issue" script above.
Change USERNAME and PASSWORD to the OWNER account.
Add the following code to the "issue" script after the pp(devices) and before the except Exception as e: as in:
These results were copied from a similar script which worked on Sep 28 2019, recent invocation no longer works, hence this issue report
(same results above requested for the issue from the "issue" script, and with the changes above, the additional following output)
state :dict
arlo.GetRules
rules :dict
{
"action": "is",
"from": "XXXXXXXXXXXXX",
... (json struct continues, very long, essentially ending with)
"resource": "rules",
"to": "XXXXXXX-XXX-XXXXXXXX_web",
"transId": "web!5a45a512.124218!1569673382924"
}
What did you see instead?
(same results above requested for the issue from the "issue" script, and with the changes above, the additional following output)
state :dict
arlo.GetRules
(eventually ending with no output with my Ctrl-C)
^CCaught Ctrl-C, exiting.
Does this issue reproduce with the latest release?
I believe so, from pip3 freeze it reports arlo==1.2.62
The text was updated successfully, but these errors were encountered:
You MUST answer these questions before submitting your issue. Failure to do so will result in a closed issue. Thanks!
What version of Python are you using (
python -V
)?What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?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 are you having the issue with (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Run this script:
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)
USERNAME
andPASSWORD
to theOWNER
account.pp(devices)
and before theexcept Exception as e:
as in:What did you expect to see?
These results were copied from a similar script which worked on
Sep 28 2019
, recent invocation no longer works, hence this issue reportWhat did you see instead?
Does this issue reproduce with the latest release?
I believe so, from
pip3 freeze
it reportsarlo==1.2.62
The text was updated successfully, but these errors were encountered: