Skip to content

Error Codes

Maattt GoobyFRS edited this page Dec 1, 2025 · 4 revisions

This will document expected error codes, what they mean, and how to resolve them.

ERROR CODES 1 thru 100 RESERVED for future use.

Error Code 105 - LOG_FILE Missing

Log File should be defined to a location the www-data user can write to. This is a crucial feature for diagnosing and resolving issues with this application. We suggest using /var/log/goobyDesk.log

Error Code 106 - TICKETS_FILE Missing

Without a valid tickets.json file defined, the application cannot read or write any tickets.

Error Code 107 - EMPLOYEE_FILE Missing

Without a valid employee.json file defined, the application cannot be logged into.

Error Code 108 - CF_TURNSTILE_SITE_KEY Missing

Required for Brute Force Protection. Hopefully not required on v1.0+ releases.

Error Code 109 - CF_TURNSTILE_SECRET_KEY Missing

Required for Brute Force Protection. Hopefully not required on v1.0+ releases.

Error Code 110 - EMAIL_ENABLED not defined.

This must be set to True or False so the local email handler knows whether to run or not.

Clone this wiki locally