Here is the exhaustive list of all “Other Errors” (Errors linked to the regex) you can encounter while using ImportJSON.
Errors | Reason | Tips |
---|---|---|
#REGEX_RETURNS_NULL | The results returned by ImportJSON do not match the regular expression | Check that your regexes are correct. If you are unsure of how to write regexes, look at this page |
#ALL_REGEXES_RETURN_NULL | All results returned by ImportJSON do not match the regular expression | Check that your regexes are correct. If you are unsure of how to write regexes, look at this page |
#REGEX_NOT_VALID | The regex is not valid. | Make sure you have made no mistake in your regex. |
#WRONG_VALUE_FOR_CACHELIFESPAN | You may have inserted an unvalid value for the cacheLifespan option. | Make sure you specify a value followed by hours, days or weeks. |