Cody S.

Results 8 comments of Cody S.

> @mtrobocraft I'm not sure if it works, but theoretically in the folder `C:\Users\Giuseppe\.Neo4jDesktop\distributions\java` you should have a `zulu17.44.53-ca-jdk17.0.8.1` folder and a `zulu17.44.53-ca-jdk17.0.8.1-win_x64.zip` archive. > > You could try to:...

I've managed to circumvent the error with the following code added to binance_trade_bot\backtest.py: ```py if self.binance_client.get_symbol_info(ticker_symbol) is None: return None ``` I have no idea how efficient this is to...

Can't comment on the first error yet, but the second (NameError: name 'cfg' is not defined`) is being addressed on #1600 and others.

If you want to temporarily resolve it yourself, you'll need to import Config in autogpt\json_fixes\auto_fix.py: ```python """This module contains the function to fix JSON strings using GPT-3.""" import json from...

I can look it up, but I can't test it myself. Also, I just noticed a few changes that aren't mine. Mostly likely from the last pull I did. Still...

Adding #235 Also, @CryptoIsGarbage is correct on the function in the next section failing. I had to comment out the existing code and simply set `base_fee = 0.001` ```py def...

Yes, posted to #235 we just came from: https://github.com/edeng23/binance-trade-bot/issues/235#issuecomment-844655407

Awesome, thanks for the help! Will be glad to see a few Issues get knocked off the list.