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

Can't find TLE data (in keplers) nor fixed time schedule (in config) #81

Open
somkar1 opened this issue May 16, 2019 · 4 comments
Open
Assignees
Labels
bug Something isn't working confirmed Confirmed bug

Comments

@somkar1
Copy link

somkar1 commented May 16, 2019

I am running this for the past few days and everything was working fine as intended. But suddenly today this problem has started and what ever pass which were to happen after 5.31 local time (cron was set to update keps at 5.31) were not coming. When I checked this is error I get.


2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-18
2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-19
2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-15
2019-05-16 12:22 Recalculating the new pass table and saving to disk.
2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-18
2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-19
2019-05-16 12:22 ✖ Can't find TLE data (in keplers) nor fixed time schedule (in config) for NOAA-15
This is a miracle!

I checked few other sites which use autowx2 are also blank without pass list being mentioned.

@filipsPL
Copy link
Owner

filipsPL commented May 16, 2019

Hi, thanks for reporting!

I guess it is because http://www.pe0sat.vgnet.nl/kepler/mykepler.txt is empty, and in the remaining tle files NOAA satellites are represented not as NOAA-15 but as NOAA 15.

A temporary workaround would be a change in config file from NOAA-xx to NOAA xx.

I will try to add a mechanism for dealing with such situaltions.

UPDATE: I've informed PE0SAT about the issue.

@filipsPL filipsPL added bug Something isn't working confirmed Confirmed bug labels May 16, 2019
@filipsPL filipsPL self-assigned this May 16, 2019
@SA7BNT
Copy link
Contributor

SA7BNT commented May 16, 2019

Same is on Meteor-M2
Change NOAA-15, NOAA-18, NOAA-19,Meteor-M2 ---> Meteor-M 2, NOAA 15, NOAA 18, NOAA 19 in autowx2_config.py
Then python genpasstable.py and /bin/gen-static-page.sh

Then all is running fine again.

@somkar1
Copy link
Author

somkar1 commented May 16, 2019

Thanks, I added this to upload-keps.sh in the hope that from now on it will do it automatically. Actually I should have used $TLE variable instead of fixed directory name.

sed -i 's/NOAA 15/NOAA-15/g' /home/pi/autowx2/var/tle/weather.txt
sed -i 's/NOAA 18/NOAA-18/g' /home/pi/autowx2/var/tle/weather.txt
sed -i 's/NOAA 19/NOAA-19/g' /home/pi/autowx2/var/tle/weather.txt
sed -i 's/METEOR-M 2/METEOR-M2/g' /home/pi/autowx2/var/tle/weather.txt

sed -i 's/NOAA 15/NOAA-15/g' /home/pi/autowx2/var/tle/all.txt
sed -i 's/NOAA 18/NOAA-18/g' /home/pi/autowx2/var/tle/all.txt
sed -i 's/NOAA 19/NOAA-19/g' /home/pi/autowx2/var/tle/all.txt
sed -i 's/METEOR-M 2/METEOR-M2/g' /home/pi/autowx2/var/tle/all.txt

@filipsPL
Copy link
Owner

Thanks @somkar1 for this hack, I will add it to the repo meanwhile!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed Confirmed bug
Projects
None yet
Development

No branches or pull requests

3 participants