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
Error: SimFin API Error 500: {"timestamp":"2025-01-11T09:44:19.234998239","status":"500","error":"Failed to convert
value of type \u0027java.lang.String\u0027 to required type \u0027java.util.List\u0027; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [@io.swagger.v3.oas.annotations.Parameter @org.springframework.web.bind.annotation.RequestParam simfin.library.domain.enums.Period] for value \u0027quarters\u0027; nested exception is java.lang.IllegalArgumentException: No enum constant simfin.library.domain.enums.Period.quarters","message":"Failed to convert value of type \u0027java.lang.String\u0027 to required type \u0027java.util.List\u0027; nested exception is org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [@io.swagger.v3.oas.annotations.Parameter @org.springframework.web.bind.annotation.RequestParam simfin.library.domain.enums.Per
Question
Is there something I can do to resolve this issue? It seems the API is unable to process the period = "quarters" parameter.
Environment
SimFinR Version: 1.0.0
R Version: 4.4.2
Operating System: linux - debian sid
Thank you for your help!
Regards
The text was updated successfully, but these errors were encountered:
Description
I attempted to use the
sfa_load_statements()
function with theperiod = "quarters"
parameter, but encountered the following error:Code Example
Error Message
Question
Is there something I can do to resolve this issue? It seems the API is unable to process the
period = "quarters"
parameter.Environment
Thank you for your help!
Regards
The text was updated successfully, but these errors were encountered: