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 when opens the web page #664

Open
sekozzi opened this issue Aug 19, 2024 · 5 comments
Open

Failed to load your account information when opens the web page #664

sekozzi opened this issue Aug 19, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@sekozzi
Copy link

sekozzi commented Aug 19, 2024

Hello,

I've got attached error when I ran the bot. I'v checked all of them following requirement.

You are seeing this error message because of one of the following situations:
You are using TestNet API/Secret for Live Binance.
You are using Live API/Secret for TestNet Binance.
Your API key is revoked/deleted.
Your API key is not permitted to "Enable Reading" and "Enable Spot & Margin Trading".
Your API key is restricted to trusted IP, and your bot is located not in trusted IP.

I see following log line when I checked the binance-bot logs.

{"name":"binance-api","version":"0.0.98","hostname":"4f7c36303b6e","pid":46,"gitHash":"d321990","server":"websocket","payload":{"command":"latest","authToken":"","data":{"page":1,"searchKeyword":"","sortBy":"default","sortByDesc":false,"hideInactive":false}},"correlationId":"a5e4d738-b700-44c0-b0f8-3031279c7ee1","tag":"verifyAuthenticated","level":30,"err":{"message":"jwt must be provided","name":"JsonWebTokenError","stack":"JsonWebTokenError: jwt must be provided\n at Object.module.exports [as verify] (/srv/node_modules/jsonwebtoken/verify.js:53:17)\n at verifyAuthenticated (/srv/dist/server.js:1:62133)\n at async WebSocket. (/srv/dist/server.js:1:105093)"},"msg":"Failed authentication","time":"2024-08-19T00:35:29.889Z","v":0}

Could you fix it ?

Screenshot_2

@sekozzi sekozzi added the bug Something isn't working label Aug 19, 2024
@samsdogjack
Copy link

Hello, I think that binance chain is blocked if trying to connect through a United States IP address. If you could route your IP a different way you could possibly get connected.

@sekozzi
Copy link
Author

sekozzi commented Aug 20, 2024

Hello,

As I understand and as you say, the reason of this issue is binance that restrict about some country ip.

@Master199898
Copy link

Good evening guys, I also have the same problem, but I don't have authentication problems in the log.
Has anyone solved it?

@georgmails
Copy link

thanks

@Babyze
Copy link

Babyze commented Nov 18, 2024

If you tried it on Windows OS, I think you should sync the date and time on your Windows every day (or create a schedule for it) and re-run bot docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@sekozzi @Master199898 @Babyze @georgmails @samsdogjack and others