ImportFromWeb Data Source Errors

Here is the exhaustive list of all Data Source Errors you can encounter while using ImportFromWeb. When such an error occurs, no request is counted.

ErrorsReasonTips
#PENDING_REQUESTYour data is still loading!Keep the sidebar open for the cell to automatically refresh
#PAGE_REQUEST_FAILEDImportFromWeb did not manage to load the pageTry using the jsRendering option.
#PAGE_NOT_FOUNDImportFromWeb did not manage to find or load the page.Try refreshing the cell with the “RUN” button or try using the jsRendering option.
#PAGE_IS_EMPTYThe page that has been loaded by the function is emptyThe targeted website may load content through Javascript. Try using the jsRendering option.
#URL_NOT_FILLEDNo URL has been filledYou need to indicate one or a list of urls
URL_NOT_VALIDThe url you have entered is not a valid url.Check that the url includes the protocols http:// or https://
#OTHER_REQUEST_ERRORThe function didn’t manage to reach the page.Try the page in your browser and check that the url is correct.
#PARSING_FAILEDThe page could have been loaded but the HTML/ JSON has not been correctly decodedTry using the jsRendering option.
#CURL_REQUEST_NOT_VALIDThe input seems to be a cUrl request, but the format could not be validated by the function.Check that you’ve entered a valid cUrl request. If you are sure your input is correct, please contact us
#TOO_MANY_URLSYou cannot put more than 50 urls by formula Make sure you have no more than 50 urls.