-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello,
I have used the passpredict package on a daily basis without any problems since March the 22nd and the code that worked since then suddenly stopped working on the 29th of July. It is something to do with the tle = source.get_tle command:
Traceback (most recent call last):
File "C:\Users\EM27\Desktop\PROFFASTv2.0.1\le_tropomi.py", line 430, in
tle = source.get_tle(42969) # Sentinel 5P, Norad ID 42969
File "C:\Users\EM27\AppData\Local\Programs\Python\Python310\lib\site-packages\passpredict\sources.py", line 92, in get_tle
tle = self._query_tle_from_celestrak(satid)
File "C:\Users\EM27\AppData\Local\Programs\Python\Python310\lib\site-packages\passpredict\sources.py", line 128, in _query_tle_from_celestrak
raise CelestrakError(f'Celestrak TLE for satellite {satid} not found')
passpredict.exceptions.CelestrakError: Celestrak TLE for satellite 42969 not found
I can change the NORAD ID for 25544, and it also does not work. I have updated predictpass to 0.5.1 but it does not solve the problem. Any thoughts on this?