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
Caused by: java.lang.RuntimeException: the response code for url is an ERROR code:
url = /v1/ohlcv/COINBASE_SPOT_BTC_USD/history?period_id=3YRS&time_start=2019-05-06T17:06:29.688072100Z
response code = 400
response body error = Wrong format of time_start parameter
I guess the problem is the Z and precision added from the toString() from the Instant class. The docs do not specify this as acceptable: https://docs.coinapi.io/?java#time
(There are 9 positions of millis but only 7 are documented)
The text was updated successfully, but these errors were encountered:
On 6 May 2022, at 19:41, Roman Meier ***@***.***> wrote:
Doing a call with the Java SDK i get this Error:
Caused by: java.lang.RuntimeException: the response code for url is an ERROR code:
url = /v1/ohlcv/COINBASE_SPOT_BTC_USD/history?period_id=3YRS&time_start=2019-05-06T17:06:29.688072100Z
response code = 400
response body error = Wrong format of time_start parameter
I guess the problem is the Z and precision added from the toString() from the Instant class. The docs do not specify this as acceptable: https://docs.coinapi.io/?java#time
(There are 9 positions of millis but only 7 are documented)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
mauravan
pushed a commit
to mauravan/coinapi-sdk
that referenced
this issue
May 6, 2022
Doing a call with the Java SDK i get this Error:
I guess the problem is the Z and precision added from the toString() from the Instant class. The docs do not specify this as acceptable: https://docs.coinapi.io/?java#time
(There are 9 positions of millis but only 7 are documented)
The text was updated successfully, but these errors were encountered: