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
I frequently use the getHistoricalRates method and often encounter a generic error like:
Unknown error
This happens especially when calling the method multiple times.
Since the message is very vague, it’s hard to know what’s actually causing the issue (network problem, API rate limit, invalid parameters, etc.). This makes debugging difficult, and there’s currently no way to identify the root cause.
It would be very helpful to improve:
The clarity of returned errors (with more explicit codes or messages)
The documentation about possible errors from getHistoricalRates
The ability to enable a debug mode or more detailed logs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I frequently use the
getHistoricalRates
method and often encounter a generic error like:This happens especially when calling the method multiple times.
Since the message is very vague, it’s hard to know what’s actually causing the issue (network problem, API rate limit, invalid parameters, etc.). This makes debugging difficult, and there’s currently no way to identify the root cause.
It would be very helpful to improve:
getHistoricalRates
Thanks in advance, and great work on the library!
Beta Was this translation helpful? Give feedback.
All reactions