cyberjunky/3commas-cyber-bots

Script bot helper error

dangalv opened this issue · 5 comments

Hello!

I only leave a possible error with the helper scripts with the new update (also in case any user thinks about updating), in my case I usebootsistexplorer but I did not try the altrank or galaxy script since since I returned to the previous compilation, but I also suppose that the same error case can occur since those scripts were also updated
I leave the catch.

197363762-f1befd72-e1cc-4091-bae6-bc8c542d5d53

It can also be an error of the new files that were updated from the "helper" folder since when I returned to the previous "botassistexplorer" script it still did not work and then I replaced all the files in the helper folder and it worked again.

Always keep a copy of the previous script in case you have any problems with the update.

Cheers

i have the same issue @cyberjunky

@dangalv @sirjimjones The helper files got a new dependency named 'cloudscraper' Simply install it by running this ones (not bad to do after an update anyway, since it can update certain modules too)

pip3 install -r requirements.txt

Thanks a lot, now its working! I wasn't aware how to properly perform an update. I was simply doing a "git pull origin main". Maybe put a line in the README how to update the script in case someone else is facing the same issue? I would highly appreciate :)

@dangalv @sirjimjones The helper files got a new dependency named 'cloudscraper' Simply install it by running this ones (not bad to do after an update anyway, since it can update certain modules too)

pip3 install -r requirements.txt

What a fool, I had not noticed that detail. Thanks for the clarification. Cheers