Plugin Troubleshooting
View some basic troubleshooting steps when installing Sonoran CAD plugins.
Last updated
View some basic troubleshooting steps when installing Sonoran CAD plugins.
Last updated
Sonoran CAD's framework includes powerful built-in commands. These commands are entered into your server console.
Ex: A support member may ask you to send detailed logging information to them. They will give you the specific ID number to enter. (ex: 123)
Entering sonoran support 123
in your server console will send your plugin configuration directly to our support application.
Your community's subscription may have expired and failed to renew. Do a quick check on your community limits to make sure your community version includes the plugin you are trying to install.
Each plugin install guide lists the required subscription version at the top.
Be sure to follow the framework installation and plugin installation guides thoroughly, depending on the specific plugin you are trying to install.
Make sure you have not forgotten to enable the plugin in the plugin config file!
Enter sonoran info
into your server console.
If the plugin you are having trouble with is listed as DISABLED, you may have forgotten to enable it in the plugin configuration.
Plugin updates are released often. Make sure your server is running on the latest release.
Ensure you have set your API ID in the CAD using the value from the API ID plugin.
The plugin framework includes a powerful debug mode. Enable this by entering sonoran debugmode
into your server console.
Debug mode will print out additional error information and JSON data for all API calls or push events.
For plugins that require your individual CAD user account to have the API ID set (live map, unit locations, panic, etc.) you can view this data in the console output.
The image below shows an API Call being made from the server to Sonoran CAD. This API call is type UNIT_LOCATION
and includes all the data necessary.
Ensure the APIID
listed in the API call matches the API ID set in your CAD's user account.
Your community ID and API key is also listed in the debug API call information. Be sure that the community ID and API key are correct.
If you're still having trouble, our dedicated support team is here to help.
Reach out to us and generate a support ticket at any time.
Your framework or plugin config is not correctly named config.json
. Ensure that is has been spelt correctly, is not config.json.json
, etc.
You may need to open the file in a text editor to more easily see the file extension, and ensure that it is correctly named as config.json
.
Command
Description
sonoran debugmode
Enables detailed debug logging
sonoran info
Displays version and config information
sonoran support <NUMBER>
Sends important information for customer support purposes.
The NUMBER parameter will be provided to you by a support team member.
Ex: sonoran support 123
sends us your plugin information for help.
sonoran plugin <NAME>
Displays plugin information
Ex: sonoran plugin callcommands