You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the GPS satellite tracking code yesterday, it ran for a few hours, with no issues until this:
2021-03-20 15:31:15 ERROR ATATools.ata_control: /ephemeris got error: Command failed - ephemeris generation failed - The source, GPS-BIIR-8---PRN-16-, was not found or no tracks generated.
Traceback (most recent call last):
File "/home/obsuser/miniconda3/envs/ATAobs/lib/python3.8/site-packages/ATATools/ata_rest.py", line 71, in _do_op
raise ATARestException(json[cls.RETURN_MSG_KEY])
ATATools.ata_rest.ATARestException: Command failed - ephemeris generation failed - The source, GPS-BIIR-8---PRN-16-, was not found or no tracks generated.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "atapointer_multi.py", line 289, in <module>
main()
File "atapointer_multi.py", line 193, in main
ata_control.create_ephem(name,
File "/home/obsuser/miniconda3/envs/ATAobs/lib/python3.8/site-packages/ATATools/ata_control.py", line 1061, in create_ephem
retval = ATARest.post(endpoint, json=ephem_kwargs)
File "/home/obsuser/miniconda3/envs/ATAobs/lib/python3.8/site-packages/ATATools/ata_rest.py", line 124, in post
return cls._do_op(cls._OP_POST, endpoint, **kwargs)
File "/home/obsuser/miniconda3/envs/ATAobs/lib/python3.8/site-packages/ATATools/ata_rest.py", line 78, in _do_op
raise ATARestException(str(e))
ATATools.ata_rest.ATARestException: Command failed - ephemeris generation failed - The source, GPS-BIIR-8---PRN-16-, was not found or no tracks generated.
2021-03-20 15:31:15 INFO ATATools.ata_control: Reserving "3c,2b" from bfa to none
2021-03-20 15:31:15 INFO ATATools.ata_control: Querying group bfa
2021-03-20 15:31:15 INFO ATATools.ata_control: Querying group none
@tkoumrian Is there a log file where the exceptions can be read?
The text was updated successfully, but these errors were encountered:
I was running the GPS satellite tracking code yesterday, it ran for a few hours, with no issues until this:
@tkoumrian Is there a log file where the exceptions can be read?
The text was updated successfully, but these errors were encountered: