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
Hi,
I'm trying to retrieve the list of candles.
When the time reaches the "now" time period, the getHistoricalRates method freezes and nodejs has a fatal error :
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Hi,
I'm trying to retrieve the list of candles.
When the time reaches the "now" time period, the
getHistoricalRates
method freezes and nodejs has a fatal error :FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Error is not catchable, it's memory leak.
My code is just that :
It's possible it working now, because the probleme comes from the time :
(dates: { from: 1720100340000, to: 1720112340000 }
The fatal error appears after the "now" time period, please add security to generate a normal catchable error.
Error log if necessary :
The text was updated successfully, but these errors were encountered: