The APIs raise a variety of Exceptions with helpful texts, like this one in the data API, raised when a caller submits an unparseable time value. These messages are visible when running the backend on your workstation, which is helpful, but the live backend just displays a generic 500 message when you set the time paramter to "q".
Sending the error messages differently, or maybe setting up the security of the live servers differently might be helpful for users.
The APIs raise a variety of Exceptions with helpful texts, like this one in the
dataAPI, raised when a caller submits an unparseable time value. These messages are visible when running the backend on your workstation, which is helpful, but the live backend just displays a generic 500 message when you set the time paramter to "q".Sending the error messages differently, or maybe setting up the security of the live servers differently might be helpful for users.