I have always used this library on a daily basis, but now whenever I try to run get_tle I get the following error:
Traceback (most recent call last):
File "C:\Users\EM27\Desktop\PROFFASTv2.0.1\le_tropomi.py", line 438, in
tle = source.get_tle(25544) # Sentinel 5P, Norad ID 25544
File "C:\Users\EM27\anaconda3\lib\site-packages\passpredict\sources.py", line 92, in get_tle
tle = self._query_tle_from_celestrak(satid)
File "C:\Users\EM27\anaconda3\lib\site-packages\passpredict\sources.py", line 139, in _query_tle_from_celestrak
raise CelestrakError(f'Celestrak TLE for satellite {satid} not found')
passpredict.exceptions.CelestrakError: Celestrak TLE for satellite 25544 not found
Is there anything I can do to fix this problem? It also happens if I chose a different id, like the ISS.
Thank you !
I have always used this library on a daily basis, but now whenever I try to run get_tle I get the following error:
Traceback (most recent call last): File "C:\Users\EM27\Desktop\PROFFASTv2.0.1\le_tropomi.py", line 438, in
tle = source.get_tle(25544) # Sentinel 5P, Norad ID 25544
File "C:\Users\EM27\anaconda3\lib\site-packages\passpredict\sources.py", line 92, in get_tle
tle = self._query_tle_from_celestrak(satid)
File "C:\Users\EM27\anaconda3\lib\site-packages\passpredict\sources.py", line 139, in _query_tle_from_celestrak
raise CelestrakError(f'Celestrak TLE for satellite {satid} not found')
passpredict.exceptions.CelestrakError: Celestrak TLE for satellite 25544 not found
Is there anything I can do to fix this problem? It also happens if I chose a different id, like the ISS. Thank you !