Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load your account information. #651

Open
Hilbey opened this issue Apr 19, 2024 · 5 comments
Open

Failed to load your account information. #651

Hilbey opened this issue Apr 19, 2024 · 5 comments
Labels
question Further information is requested

Comments

@Hilbey
Copy link

Hilbey commented Apr 19, 2024

Version

Description

Hello, the bot used to work fine, but it hasn't been working for the last few months. I'm doing everything as instructed on Docker. I am using live key. Even though I made all the desired settings, I get an error. Does anyone have knowledge about this? Can you help me?

https://prnt.sc/AkKh9LTUXKdh

@Hilbey Hilbey added the question Further information is requested label Apr 19, 2024
@Blackslash76
Copy link

Same problem here

@Hilbey
Copy link
Author

Hilbey commented Apr 26, 2024

I guess no one will help with the installation. Why is it being shared then? :(

@Rayn0r
Copy link

Rayn0r commented Apr 26, 2024

I guess you have checked all the points listed on the screen?!
Binance does revoke API Keys after a certain period of time, if you do not limit access to it via a fixed IP. So please have a look at this.
As long as you specified:

## Live
BINANCE_LIVE_API_KEY=...
BINANCE_LIVE_SECRET_KEY=...

in you .env file, everything should be fine.
Using the wrong docker-compose yaml could also cause problems.
Depending on the file, they differ in at least 2 lines.
While docker-compose.server.yml has:

    environment:
      # - BINANCE_MODE=test
      - BINANCE_MODE=live

and docker-compose.yml has:

    environment:
      - BINANCE_MODE=test
      # - BINANCE_MODE=live

I'd say it is best to bring docker up with :

 docker-compose -f docker-compose.server.yml up -d

@Hilbey
Copy link
Author

Hilbey commented Apr 30, 2024

Thank you for your answer. Is there any chance you can help me on this issue via discord or telegram? I do everything as described, but unfortunately when I log in to the bot, it gives a connection error. I've been having this problem for months and I haven't been able to fix it.

@Rayn0r
Copy link

Rayn0r commented Apr 30, 2024

Did you check the troubleshooting section in the Wiki here? It mentions installing "bunyan" using:

npm install -g bunyan

and then running:

docker logs binance-bot --tail=1000 | bunyan

to see what is going on inside the docker container...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants