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.

Empty basestations list

See original GitHub issue

Hi, I’m trying to get a snapshot from a Arlo Go device, using the “Record Video and Triggering Snapshots” example.

But when I run basestations = arlo.GetDevices('basestation') I only get an empty list. If I run cameras = arlo.GetDevices('camera') then it get my camera. So this makes the arlo.TriggerFullFrameSnapshot(basestations[0], cameras[0]) fail because the basestations list is empty.

Is there another way to get a snapshot, or some way I can get the arlo.GetDevices('basestation') to work?

Updated:

What version of Python are you using (python -V)?

2.7.14

What operating system and processor architecture are you using (python -c 'import platform; print(platform.uname());')?

Windows 10.0.17134, AMD64’, ‘Intel64 Family 6 Model 58 Stepping 9, GenuineIntel’

Which Python packages do you have installed (run the pip freeze or pip3 freeze command and paste output)?

arlo==1.1.5 certifi==2018.4.16 chardet==3.0.4 idna==2.7 monotonic==1.5 pyarlo==0.2.0 pyodbc==4.0.22 PySocks==1.6.8 requests==2.19.1 six==1.11.0 sseclient==0.0.19 sseclient-py==1.7 urllib3==1.23 win-inet-pton==1.0.1

Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?

Arlo Go

What did you do?

Tried the “Record Video and Triggering Snapshots” example

What did you expect to see?

An image from the camera

What did you see instead?

A failure, because of empty basestations list

Does this issue reproduce with the latest release?

I installed the one from pip, I guess that is the latest?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mathiaskopocommented, Jul 22, 2018

@jeffreydwalter Removing the sseclient-py library made the arlo.TriggerFullFrameSnapshot(cameras[0], cameras[0]) work. Thanks a lot!

0reactions
jeffreydwaltercommented, Sep 10, 2019

https://pypi.org/project/sseclient-py/ is the package you installed.

Uninstall it like this: pip uninstall sseclient-py

Read more comments on GitHub >

github_iconTop Results From Across the Web

Base Stations & Bodypacks - Communications - Location Sound
Shop the pro audio equipment selection of Base Stations & Bodypacks at Location Sound and fulfill your critical sound equipment needs now!
Read more >
NEAR settings, Using Base Station Lists - SNIP Support
When creating a NEAR stream, the SNIP operator can create a specific list of which Base Stations are to be considered for each...
Read more >
Base Stations Management - SBG Support Center
List all base stations that are selected for the processing with general status ... Center the map on the selected base stations;; :...
Read more >
How can I check which base stations are currently in use? - VIVE
You'll see a list of all base stations in range. The base stations that are tracked by the headset will have next to...
Read more >
Update the Base Station List for Differential Correction
Trimble hosts the base station list here ftp://ftp.trimble.com/pub/mech/pfo/cbs_list.csv and that is where PFO and Positions are looking to download the file.
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