You are browsing as a guest. Sign up (or log in) to start making projects!

59m 30s logged

ok so yesterday i deployed the bot and was hyped to test it… and half the commands just didn’t work. spent today figuring out why. 

what was broken?

 turns out the server still had the old code even though i pushed to GitHub. git pull was failing quietly because of file conflicts so nothing actually updated. force reset it and it finally synced. then i hit another wall — Hack Club Nest blocks outbound HTTPS. every NASA and SpaceX API call was dying with SSL error 525. the commands that used plain HTTP like /zenith-iss worked perfectly the whole time, i just didn’t notice. switched all the URLs from https:// to http:// and everything came back to life. 

NASA API commands working now:
 /zenith-apod — NASA astronomy picture of the day 
/zenith-mars — latest Mars rover photo 
/zenith-asteroids` — near Earth asteroids today 
/zenith-spacex — latest SpaceX launch info 
/zenith-nextlaunch — next upcoming launch + countdown 
/zenith-space-report — quick space summary 

  daily dashboard added:

a morning digest that posts to #space-alerts every day at 8am. hits NASA, SpaceX, and Open Notify all at once and wraps it into one message — photo of the day, latest launch, and how many people are floating in space right now. pretty happy with how it turned out. —

0
5

Comments 0

No comments yet. Be the first!