code.pyret.org
code.pyret.org copied to clipboard
#N/A values in sheets make them unable to load (and have bad error)
There are two issues here:
- 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]. - It's not clear that this needs to be an error at all, but that might be a longer discussion.
This is at least improved to this now: