Open Issues Need Help
View All on GitHubAI Summary: Implement error handling for unreadable or corrupted `server.log.atsms` files within subdirectories of the ATS user data directory. The solution involves iterating through these subdirectories, attempting to open each `server.log.atsms` file, and handling exceptions (e.g., file not found or permission errors) by either deleting or renaming the problematic files to allow the application to start cleanly and regenerate the log files.
ATSMS is a server management tool designed for American Truck Simulator (ATS) built using Flask. This tool facilitates server configuration, management, and administration for ATS server instances.