alterNERDtive / elite-scripts

A collection of useful scripts around Elite: Dangerous
https://git.alternerd.tv/EliteDangerous/elite-scripts
GNU General Public License v3.0
12 stars 4 forks source link

spansh.py no longer errors / exits with code 3 if no outdated stations are found #9

Closed alterNERDtive closed 3 years ago

alterNERDtive commented 3 years ago

Need to investigate the raw return from the API, since currently it checks if the result array is empty and apparently it no longer is even if it returns 0 results.

alterNERDtive commented 3 years ago

So apparently that was a hiccup on Spansh’s side and not intended; because when I tried debugging this for a fix right now it was working as intended.

Gonna double-check ingame later, then close this.