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

Binance credentials wrong format #44

Closed
marcvsnet opened this issue Jan 6, 2022 · 4 comments
Closed

Binance credentials wrong format #44

marcvsnet opened this issue Jan 6, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@marcvsnet
Copy link

Using Docker approach this messages appears on providing credentials via the Admin page, which worked before in v1.9.0 and before without issues

cryptopump_app    | DEBU[2022-01-06 09:09:34] github.com/aleibovici/cryptopump/exchange.binanceGetAccount - <APIError> code=-2014, msg=API-key format invalid.  orderID=0 threadID=c7ba7esconks7399tk40
cryptopump_app    | DEBU[2022-01-06 09:09:34] github.com/aleibovici/cryptopump/exchange.binanceGetAccount - <APIError> code=-2014, msg=API-key format invalid.  orderID=0 threadID=c7ba7esconks7399tk40
cryptopump_app    | DEBU[2022-01-06 09:09:34] github.com/aleibovici/cryptopump/exchange.binanceGetSymbolFunds - <APIError> code=-2014, msg=API-key format invalid.  orderID=0 threadID=c7ba7esconks7399tk40
cryptopump_app    | DEBU[2022-01-06 09:09:37] github.com/aleibovici/cryptopump/exchange.binanceGetUserStreamServiceListenKey - <APIError> code=-2014, msg=API-key format invalid.  orderID=0 threadID=c7ba7esconks7399tk40
cryptopump_app    | DEBU[2022-01-06 09:09:37] github.com/aleibovici/cryptopump/algorithms.WsUserDataServe - <APIError> code=-2014, msg=API-key format invalid.  orderID=0 threadID=c7ba7esconks7399tk40
@aleibovici
Copy link
Owner

@marcvsnet it could be because you are selecting a pair that doesn't exist in Binance TestNet. By default, TestNet is 'true'. Please set it to false and try again.

@marcvsnet
Copy link
Author

@aleibovici you are right, thanks

@aleibovici aleibovici self-assigned this Jan 6, 2022
@aleibovici
Copy link
Owner

Need implementation of a crypto pair checking function and appropriate error logging to identify when the pair is not available. Will add for next release.

@aleibovici aleibovici reopened this Jan 6, 2022
@aleibovici aleibovici added the enhancement New feature or request label Jan 6, 2022
@aleibovici
Copy link
Owner

Implemented in features branch eed8dec: Debug log - Balance or Pair not found for symbol. Will make into next Beta and Main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants