question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Arm/Disarm Throws an error - Validated Auth/MFA was successful

See original GitHub issue

Which 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:closed
  • Created 2 years ago
  • Comments:20 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
cgmckeevercommented, Jan 4, 2022

That appears to have solved it …

1reaction
cgmckeevercommented, Jan 4, 2022

Grabbing

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found