jeffreydwalter / arlo

Python module for interacting with Netgear's Arlo camera system.
Apache License 2.0
517 stars 124 forks source link

Handle error case for no MFA methods #203

Closed cwilko closed 1 year ago

cwilko commented 1 year ago

My system has an email factor set up as a secondary mechanism, rather than primary. In this situation a StopIteration runtime exception is thrown by next() because it is processing an empty list.