question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I 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:closed
  • Created a year ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dernasherbrezoncommented, Sep 10, 2022

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.

1reaction
dernasherbrezoncommented, Sep 10, 2022

Found it. Here is what going on:

  • r2cloud starts for the first time
  • load hardcoded list of satellites
  • load TLE for ~6k but stores only what r2cloud need. This is to avoid disk pollution with decayed TLEs
  • you configure leosatdata integration and this will provide additional set of satellites
  • on next startup r2cloud loads both hardcoded and leosatdata satellites
  • but the local TLE cache file was not updated yet, thus no additional TLE for leosatdata satellites
  • as a result: error in the log

There are several ways to fix this:

  • Do not fix this. r2cloud will wait next housekeeping.tle.periodMillis and reload TLE automatically. Currently 2 days
  • Reload from celestrak if at least one satellite doesn’t have TLE. That was implemented previously. However if leosatdata or configs contain decayed satellite, then r2cloud will load the TLE from celestrak every time.
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found