Under common errors, we deal with those happening and not included above, under limitations and issues
The Mapping Sheets add-on and the Mapping web app are both mostly error-free, however errors would happen eventually for some users.
Errors are unintended and unexpected results that in most cases break the normal functioning of either the add-on or the web app, temporarily.
We are sorting these common errors by their occurrence frequency, as current, often, seldom and rare errors ... plus the 'implausible' errors
We keep an updated error list (if any) at the top of the "Current Issues, FAQ and Feedback" page, with those (if any) current issues/errors that are yet to be fixed and sometimes are caused by external issues
- Exception: We're sorry, a server error occurred. Please wait a bit and try again
- There is no details in the error reported by Google server, so it's difficult to determine the actual cause in most cases
- It is mostly short-lived and their recommendation accurate
- You "wait a bit and try again", and it's back to normal
- Exception: No item with the given ID could be found, or you do not have permission to access it
- We believe this is a timing issue due to the asynchronous nature of Google Cloud
- It might happen when you install the add-on from the store instead of from within an existing spreadsheet
- In that case it creates a new spreadsheet and if you start using the add-on right away, it might not be aware of the new spreadsheet ID - weird though real
- It usually goes away immediately, so it would work fine on a second try
- Exception: Service error: Spreadsheets
- This is usually a temporary, mostly short-lived error coming from Google Spreadsheet service
- Just "wait a bit and try again", or report it if persisting
- Firebase related errors
- The add-on uses a private Firebase database to hold the user's installation settings (like email, date, locale and beta enrollment)
- Occasionally, it might return an error like "Error: ", "Internal server error", "An internal error occurred", "Unexpected error", "Firebase database instance is inactive"
- They are very seldom and usually go away immediately, so it would work fine on a second try
- Exception: We're sorry, a server error occurred. Please wait a bit and try again (some address)
- Refused to execute script because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled
- Exception: A sheet with the name "Geocoding" already exists. Please enter another name
- The add-on creates a new - hidden by default - sheet with the name "Geocoding" in your spreadsheet, with fixed headers (addresskey, latitude, longitude, flag)
- This sheet will hold all the calculated coordinates (latitude and longitude) for your locations, acting as local repository to avoid repeated calls to the Geocoding service
- We believe this error happens if you already have a sheet named "geocoding" (in lowercase) in your spreadsheet
- Please, rename that sheet to avoid this issue
- Exception: The feature you are attempting to use has been disabled by your domain administrator
- This is because "third-party Google Drive apps" is disabled in your domain and the add-on requires creating the .json data files in your Google Drive
- This feature is enable by default
- Please, check this page with your domain administrator, to fix this issue.
- Exception: Limit Exceeded: DriveApp
- This happens when creating a .json data file in your xsMapping folder and your Storage quota is near its limit
- Your Storage quota is shared across Google Drive, Gmail and Google Photos
- Try this link to check your storage usage
- And review this page on how to clear Google Drive space and increase your storage
- Exception: You are trying to edit a protected cell or object. Please contact the spreadsheet owner to remove protection if you need to edit
- This had happened twice, when the add-on is adding new found Geocoding coordinates to the Geocoding hidden sheet in your spreadsheet
- We believe it might be the case of a shared spreadsheet
- Please, do as suggested to fix this issue
- Error: Invalid filter name or header (missing header)
- It happened a couple of times
- It's caused by changing a header name in your spreadsheet, that has been previously assigned as an additional filter
- Just reload the sidebar and reassign the additional filter to a valid header
- Exception: This action would increase the number of cells in the workbook above the limit of 2,000,000 cells
- This happens for a very large spreadsheet when the add-on is adding new found Geocoding coordinates to the Geocoding hidden sheet in your spreadsheet
- Nothing you can do about, other than reduce the size of your spreadsheet or use another spreadsheet
- Error: <html>\n<head><title>502 Bad Gateway
- It happened a couple of times
- No idea what might cause this error
- But it should be related to temporary network issue
- Exception: Action not allowed
- It affected a few users during the period of Mar.14-19, 2017
- The Geocoding service call was failing when the ' character was part of an address (e.g. 2 rue de l'Ecole de Medecine)
- This issue was reported to Google
- While the issue gets actually fixed by Google, we are replacing the the ' character with a space, just to avoid it, so you won't have this problem any more
- Exception: Data storage error
- It happened once
- A temporary 4-hour glitch in Google Properties service Api on Mar.27 2017
- Exception: Argument too large: value
- It happened once
- We believe it was due to a very large header line (size > 9 KB) in the spreadsheet
- Exception: Service invoked too many times for one day: properties get.
- It happened once
- Not clear on the cause
- Exception: Refused to execute script from ... because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled
- Not clear on the cause
- Exception: too many http redirects
- Exception: Sheet not found
- It's happened only a few times
- When building a new map (.json data file) the add-on ask for the name of the current active data sheet, but the server responds with that 'Sheet not found' error