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
As a newbie to programming, I have succeeded in installing the bot and the test result run fine using Docker.
However, when I try to run it in live mode I keep running into errors.
Traceback (most recent call last):
File "/app/pycryptobot.py", line 21, in <module>
main()
File "/app/pycryptobot.py", line 12, in main
app = PyCryptoBot()
^^^^^^^^^^^^^
File "/app/controllers/PyCryptoBot.py", line 80, in __init__
self.console_log = Console(file=open(self.logfile, "w"), no_color=True, width=self.log_width) # logs to file
^^^^^^^^^^^^^^^^^^^^^^^
IsADirectoryError: [Errno 21] Is a directory: 'pycryptobot.log'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
As a newbie to programming, I have succeeded in installing the bot and the test result run fine using Docker.
However, when I try to run it in live mode I keep running into errors.
I have created following files
Then I run below code
docker run --name ADA-USDT -it -v .\binance.key:/app/binance.key -v .\configbinanceada.json:/app/config.json -v .\pycryptobot.log:/app/pycryptobot.log [ghcr.io/whittlem/pycryptobot/pycryptobot:latest](http://ghcr.io/whittlem/pycryptobot/pycryptobot:latest) --exchange binance
And I got below error
Any idea whata I can do to fix?
Beta Was this translation helpful? Give feedback.
All reactions