Troubleshooting#
This guide covers common issues you may encounter while using RideSheet and how to resolve them. Also see the User Troubleshooting Guide for additonal tips.
Debug Log#
The Debug Log sheet records errors and events that occur in RideSheet. By default, it only logs errors, but you can get more detailed information by changing the value of logLevel in the Document Properties sheet from "normal" to "verbose".
This will cause RideSheet to log most events and actions, which can be helpful for troubleshooting.
Viewing Developer Metadata#
RideSheet uses developer metadata to track important information about columns and sheets. If you're experiencing issues, you can view this metadata by:
- Opening the Apps Script editor
 - Opening 
build.gs - Running the 
showColumnMetadatafunction 
This will display all metadata in the Debug Log sheet for review.
Getting Help#
Apps Script Resources#
If you need help with the code that powers RideSheet, these resources may be helpful:
Opening an Issue#
If you've found a bug or have a feature request, please open an issue on GitHub. When opening an issue:
- Clearly describe what you were doing when the problem occurred
 - Include any relevant error messages from the Debug Log
 - Describe what you expected to happen vs what actually happened
 - Include screenshots if relevant
 
Common Issues and Solutions#
Checkbox Columns#
Make sure all checkbox columns are configured correctly:
- Empty checkboxes should be set to 
nullrather thanFalse - This setting can be found in the column's data validation settings
 - Incorrect settings can cause validation errors
 
Validation Errors#
Red markers in cells indicate validation issues:
- These can be easy to miss, so check cells carefully
 - Hover over the red marker to see the specific validation error
 - Fix the data to match the required format or values
 
Sheet Problems#
If you're experiencing general issues with sheets or data, try these steps:
- From the RideSheet menu, select Settings
 - Run Rebuild metadata to recreate all column tracking information
 - Run Repair sheets to fix formatting and validation issues
 
If problems persist after trying these solutions, consider reaching out to RideSheet support for additional help.