Igor Kroitor
Igor Kroitor
> Thanks for your prompt response, but the code that you provided does not catch an exception, because no exception is thrown, which refers back to the issue documented above...
@ardabeyazoglu thx for the info!
@hosseinab you will need to configure system clock sync on windows, just enabling the timesync checkbox in your time settings does not solve the trick, cause it skews. You will...
@jshcrowthe you're missing an `await` in your original code: ```Python for idx in range(0, len(intervals), LIMIT): data_reqs.append(exchange.fetch_ohlcv(symbol, "1m", since=int(intervals[idx].replace(tzinfo=timezone.utc).timestamp() * 1000), limit=LIMIT)) ``` ↓ ```Python for idx in range(0, len(intervals),...
@jshcrowthe ah, pardon, my bad, i missed the `gather` statement a few lines below. I'll look into it deeper and will be back to you asap.
I think this is due to the fact that you're recreating and relaunching the exchange instances over and over between the consequent launches of your script, and that might violate...
@jshcrowthe i'll paste an alternative snippet here shortly.
> and i use VPN lantern to connect internet,but have this problem This error `Caused by ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))` says that your proxy is not available, are...
> hello , @kroitor , I resubmitted a js file but here the build is in python - does this need to be translated ? Hey! First of all, thanks...
> Was this already PR-ed? Nope, as long as it's open it's not done yet.