Arm/Disarm Throws an error - Validated Auth/MFA was successful
See original GitHub issueWhich Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo Pro
What did you do?
Trying to use the Arm/Disarm example with the following code.
arlo = Arlo(USERNAME, PASSWORD, "gmail.credentials")
# At this point you're logged into Arlo.
# Get the list of devices and filter on device type to only get the basestation.
# This will return an array which includes all of the basestation's associated metadata.
basestations = arlo.GetDevices('basestation')
print(basestations)
# Arm Arlo.
arlo.Arm(basestations[0])
What did you expect to see?
Proper mode change
What did you see instead?
Verified that the basestations = arlo.GetDevices('basestation')
does return a device object that has the proper device
Request (POST https://myapi.arlo.com/hmsweb/users/devices/automation/active) failed: {'data': {'error': 'AUTO-5050', 'message': 'Failed to update Automation Definitions', 'reason': 'Unable to upload active automation. Please try again'}, 'success': False}
Does this issue reproduce with the latest release?
I believe so
Requirement already satisfied: arlo in /usr/local/lib/python3.9/site-packages (1.2.57)
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Validator::validOrFail() - Returns validated value(s) ...or fails ...
Validator::validOrFail() - Returns the validated value on success, throws an Exception on error. Example: $uuid = Validator::validOrFail($uuid, ...
Read more >Validated Teams app throws error on custom app upload
The custom app upload error is received only when a bot is linked through Dynamics Omnichannel Teams integration. That worked successfully ...
Read more >Error: Post failed after batch validation is successful
When post fails after validating succeeds, view or print the Batch Validation Report generated after posting. This can occur when the transaction amounts ......
Read more >Even if it shows validation error in selector why it is still running
Hello friends.even if some selectors have validation issues like error is coming,still it runs successfully…why it happens ?
Read more >Successfully validate a Stored Procedure that errors - IBM
When trying to validate a Stored Procedure in Framework Manager it throws the following error:XQE-EXE-0047 The procedure call <stored ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That appears to have solved it …
Grabbing