You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

#ErrorTroubleshooting
1

500 (Internal Server Error) in the console with the description in the network tab:

{"error":true,"is_critical":0,"message":"The command value for 'cmd' parameter is not specified in your request. Contact [email protected] for more details.","command":""}

Please add the valid command to your request.

For example, you are trying to reach the application using the following request, without the command: http://host_name:2880/ and receive the 500 error. In this case, you can specify the command like cmd=status.

2

Failed to load resource: the server responded with a status of 500 (Internal Server Error) in the console with the description in the network tab:

{"error":true,"is_critical":0,"message":"User Dictionary with name '***********' already exists","command":"user_dictionary"}
The error causes by the attempt to create an already existing dictionary. Please remove the step of creating the already existing user dictionary from your code.
3




  • No labels