You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( ! ) Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: POST https://push.databox.com/ resulted in a 422 Unprocessable Entity response: {"id":"16243200009c21c3e6bc8e6671abfb","errors":[{"type":"invalid_value","message":"Value is not type of float","dataIte (truncated...) in /var/www/general/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 113
The text was updated successfully, but these errors were encountered:
Everytime I try to push a non-numeric value I get the following error.
I am trying to post a date following https://developers.databox.com/date-time/ and this is what returns.
( ! ) Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error:
POST https://push.databox.com/
resulted in a422 Unprocessable Entity
response: {"id":"16243200009c21c3e6bc8e6671abfb","errors":[{"type":"invalid_value","message":"Value is not type of float","dataIte (truncated...) in /var/www/general/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php on line 113The text was updated successfully, but these errors were encountered: