brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

#N/A values in sheets make them unable to load (and have bad error) #366

Open jpolitz opened 3 years ago

jpolitz commented 3 years ago

There are two issues here:

  1. There's a bad error in Sheets loading when an #N/A value appears; the existing code concatenates a string containing a Google API error object, which renders as the always lovely [object Object].
  2. It's not clear that this needs to be an error at all, but that might be a longer discussion.
image
jpolitz commented 3 years ago

This is at least improved to this now:

image