Unable to access SatNOGS observations and dashboards - suspect IP was blocked

Hi all,

I’m from the CU Boulder/LASP Ops team.
A couple days ago (Thursday last week?) we lost access to the SatNOGS observation and dashboard pages while connected to our VPN.

I have a suspicion as to why this might’ve happened - I wrote a script to scrape a bunch of observation data for one of our new cubesats using the API, and I think the IP of our VPN that made all these API calls got blocked. It made a lot of calls in a short time.

Could someone point me to who would know how to fix this and unblock our IP? We rely heavily on SatNOGS for our operations and would like to get back in the game ASAP :slight_smile:

Thanks,
Alex

1 Like

Hi @APichler I’m going to send you a pm to solve this.

2 Likes

awesome

1 Like

wondering why no qsl on lasp website..

@mbn12 We’re currently working on that :slight_smile:

2 Likes

1 Like

Hi Alex,

I started using the API not long ago. Best practice I found out for me was to stop asking the API once it returns Status: 429. The script then sleeps and tries again later. If sill 429 the sleep will be longer and longer every run. Maybe you already implemented it this way, but in my experience most APIs can be handled quite good with this behaviour.

Best,
Oliver

2 Likes