ValueError: this software is having trouble with those satellite parameters
Sentry Issue: SATNOGS-NETWORK-DEV-2V
ValueError: this software is having trouble with those satellite parameters
(9 additional frame(s) were not displayed)
...
File "rest_framework/serializers.py", line 705, in save
self.instance = self.create(validated_data)
File "network/api/serializers.py", line 163, in create
station=station, transmitter=transmitter, start=start, end=end, author=author
File "network/base/scheduling.py", line 318, in create_new_observation
next_satellite_pass = next_pass(observer, sat_ephem)
File "network/base/scheduling.py", line 175, in next_pass
rise_time, rise_az, tca_time, tca_alt, set_time, set_az = observer.next_pass(satellite, True)
File "__init__.py", line 534, in next_pass
raise ValueError("this software is having trouble with those satellite parameters")