Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 732 Bytes

File metadata and controls

22 lines (17 loc) · 732 Bytes

Troubleshooting

General

  • Pull‑to‑refresh to force a fresh load.
  • Ensure NASA_API_KEY is set for endpoints requiring it.
  • Run flutter analyze and flutter test before reporting.

EPIC shows “No images for this day”

  • EPIC data is not daily‑uniform; pick a nearby date.
  • In “Latest”, the app resolves the most recent available date.

Exoplanet TAP 400 (VOTable XML)

  • Backend may reject complex ORDER/LIMIT combos.
  • The app uses fallbacks; try refresh.

Deep Dive empty panels

  • APIs may be rate‑limited; wait and retry.
  • Date filter may narrow results too much; clear filter.

Android app name shows “astry”

  • Ensure AndroidManifest.xml has android:label="Astry".
  • Clear launcher cache or reinstall.