Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Place to check log files #12

Open
wfarah opened this issue Mar 20, 2021 · 0 comments
Open

Place to check log files #12

wfarah opened this issue Mar 20, 2021 · 0 comments

Comments

@wfarah
Copy link
Collaborator

wfarah commented Mar 20, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant