Missing TLE
See original GitHub issueI noticed that most of the new satellites never get scheduled and after checking it seems they lack TLE
Sep 07 02:11:42 r2cloud java[15245]: [sdr-0] device started [ru.r2cloud.device.Device start]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: ABXM-4898-9222-6959-5721 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: AGPD-5250-3566-0713-3550 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: BDML-1083-7096-5526-2883 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: CCNX-9563-2937-7997-4713 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: CIOM-1903-7117-1067-8603 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: EAHI-9090-2555-3685-8378 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: FWFR-1086-4147-8825-4245 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: HNHF-6321-7258-0988-3559 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: ISLM-2525-1913-5885-2577 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: MADO-9521-7061-1658-0034 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: MKYL-1174-0802-7826-9086 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: OSBB-5160-7827-1540-1828 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: QZQH-5328-1484-7427-0152 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: QZYF-0302-7653-1068-1013 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: SXFL-2149-3788-0081-7121 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: no tle for: TQIP-5428-9682-2220-6430 [ru.r2cloud.satellite.ObservationFactory createSchedule]
Sep 07 02:12:00 r2cloud java[15245]: HIGH: satellites 16 observations 0 [ru.r2cloud.satellite.Schedule scheduleSatellites]
Sep 07 02:12:00 r2cloud java[15245]: NORMAL: satellites 117 observations 189 [ru.r2cloud.satellite.Schedule scheduleSatellites]
Issue Analytics
- State:
- Created a year ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
The Missing Tile Syndrome - YouTube
If so, you're like virtually everyone else, and afflicted by "The Missing Tile Syndrome." As Dennis Prager explains, we often focus on the ......
Read more >THE MISSING TILE SYNDROME
The answer of course, is the missing tile. Now, that's fine for ceilings, in fact it's actually good because we can replace a...
Read more >Missing tile - ChabadNaples.com
This has been called the “missing tile syndrome”. Here is our exercise for the next few days and it is also a mitzvah....
Read more >The Missing Tile Syndrome - Up Wee Grow
The “Missing Tile Syndrome” refers to a preoccupation with imperfections and anomalies. Picture a large beautiful tile mosaic where out of the 1,000...
Read more >Recover Missing Tile Textures - Unity Answers
Recover Missing Tile Textures. Hey everyone, somehow I removed the textures of the tiles in my project and now they are missing in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is when the TLE last updated. Previously each satellite had own “tle.txt” file. So this parameter was used to keep track of last update time.
Found it. Here is what going on:
There are several ways to fix this:
housekeeping.tle.periodMillis
and reload TLE automatically. Currently 2 days