carlosmiei
carlosmiei
Hi @krychla1, thanks for letting us know, we will investigate it
@krychla1 Thank you very much; as temporary mitigation, can you try to increase `maxAttempts` and `delay` to see if it helps? ```Javascript const exchange = new ccxtpro.kucoin ({ 'apiKey': '',...
Hello @naokitte, yes our base32 operations seem to be malfunctioning, we will analyze it asap. Thanks for reporting it
Hello @naokitte I'm sorry, I ended up confusing myself and gave a wrong answer. Our docs in this subject aren't great either, but we will improve it soon. Basically, the...
Update: The esm bundle works in the browser now: 
> > How to make npm package hybrid > > We'll definitely need to support the existing usage of common js for backwards compatibility, maybe with a wrapper script that...
@frosty00 @kroitor Our Frankenstein is ready!!  (the npm package is now fully backward compatible)
> ``` > import { ccxt } from './ccxt.js' > ^^^^ > SyntaxError: The requested module './ccxt.js' does not provide an export named 'ccxt' > ``` > > Can we...
> ``` > > [email protected] bundle-cjs > > rollup -c rollup.config.js > > sh: rollup: command not found > ``` > > I get this error when trying to run...
Relates to #9623 and #9199