tchellomello / python-arlo

Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
GNU Lesser General Public License v3.0
100 stars 35 forks source link

ArloMedia does not work when a doorbell device is linked in the account #104

Closed tchellomello closed 3 years ago

tchellomello commented 5 years ago

Currently, we don't support Arlo DoorBells and this code is a temporary workaround to get the media library loaded when a doorbell is present.

Fixes: #103

tchellomello commented 5 years ago

@MizterB could you try to see if the code above workaround the problem for #103?

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.693% when pulling 5fded72481753c377c01468dbea8d54beab216ae on issue_103_retrieving_media_doorbell into 47f79348b4ca178e0de3e64a8f246799d7a9e096 on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.693% when pulling 5fded72481753c377c01468dbea8d54beab216ae on issue_103_retrieving_media_doorbell into 47f79348b4ca178e0de3e64a8f246799d7a9e096 on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.693% when pulling 5fded72481753c377c01468dbea8d54beab216ae on issue_103_retrieving_media_doorbell into 47f79348b4ca178e0de3e64a8f246799d7a9e096 on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.2%) to 79.693% when pulling 460a0e32e9935ef8edd80252a9fb1cb25210e63f on issue_103_retrieving_media_doorbell into 47f79348b4ca178e0de3e64a8f246799d7a9e096 on master.

MizterB commented 5 years ago

Looks good - I re-enabled the doorbell, logged in via the API without error, and was able to retrieve media library contents. Thank you!