CryptoMF / frostybot-js

Frostybot-JS is a cryptocurrency trading API endpoint, designed to execute webhook or REST requests as orders on a variety of well-known exchanges. While primarily designed to automate your Tradingview strategies, Frostybot can also be integrated with any other software using webhooks or REST. Bitmex, FTX, Deribit and Binance are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frostybot does not install, it stays in "Database upgrade completed" and does not complete

VitorOM opened this issue · comments

hello everyone, I'm new with frostybot and I had a problem with the installation right at the beginning.

I notice that when I click on copy the installation code and paste it in the terminal it doesn't paste correctly, I think that this could be the problem.

image

after pressing enter:

image

I also tried the code for manual installation and it didn't work:

image

please someone help me!

commented

do you solve this problem? I occur the same issue and still stock in the 3rd pic, thanks!

If you look at the npm error log (tail /tmp/install.log), it looks like ccxt library was not found. So, I opened a ticket on the ccxt project and asked them to publish the link again.

Please go to this ticket and upvote it (or add more info): ccxt/ccxt#17417

Same error here. Need help too.
Anyone figured it out?

Same error here. Need help too. Anyone figured it out?

My workaround was to take the docker route on AWS using this tutorial to setup a docker server:

https://cloudcone.com/docs/article/how-to-install-and-run-docker-on-ubuntu-20-04-lts/

Then following the steps in installing using docker.
https://github.com/CryptoMF/frostybot-js/wiki/Installing-Frostybot
Hope it helps

commented

I have the same issue on an ubuntu 20.x droplet on Digital Ocean. So I installed the latest docker image there but same thing.

In docker, when I do 'frostybot start', also hangs after 'No database upgrade required'.

Logs show it hangs on: "ccxt@1.41.62' is not in the npm registry." Even when my ccxt version is higher than that.

Detailed response in the ccxt issue thread above as this seems to be about the system.

Update: whenever I install something with npm it gives me that error that it cannot find ccxt@1.41.62. I have no idea what is causing that one as I have a higher version installed. Something is asking for that specific version?

commented

Found a solution! The install script linked on the readme is not the same one as the one in the repo. I noticed that the package.json had a different version requirement for ccxt for on my computer than the one on github.

So installed using https://raw.githubusercontent.com/CryptoMF/frostybot-js/stable/scripts/install

Then I did not get an error.