John Tashiro

Results 4 comments of John Tashiro

Agreed the browser approach works. Running curl -v shows a http 301 permanent move to the URL without 'ftp', so I took that as the proper path. Seems OK now...

Upgraded to 4.3.27 to use the Coinbase CDP API keys, now am getting these errors in all python scripts on any API call. No other changes were made. Is there...

You’ll need 2 backslashes in the first parameter replace() method. config['coinbase_secret'].replace(‘\\n', "\n") and config['coinbase_secret'].replace(‘\\n', "\n").replace(‘\\t', '\t')

> Awesome, thanks for your fast support! I happen to be in the middle of fixing my scripts for Coinbase CDP and ccxt upgrades ... hope this helps you out.