-
I got the following error on block ~ 16 million:
ERROR: Error during handshake: Error on replay: Wrong Block.Header.AppHash. Expected 2902E81E5C1C9A789471CAF607CDCC2747A97A6C3257C9FA42D361A8D5E01D8B…
-
Can anyone tell me what is wrong here?
```
const BinanceClient = require("node-binance-api");
const binance = new BinanceClient().options({
APIKEY: "KEY",
APISECRET: "ANOTHER_KEY",
});
…
-
This library throws an asynchronous error which crashes the entire process when the network becomes unstable. This is very unexpected and there doesn't seem to be a way to prevent it (there is no erro…
-
Hello, Im getting this error:
Uncaught (in promise) TypeError: Binance is not a constructor
Im using docs constructor:
const Binance = require[('node-binance-api')];
const binance = new Bina…
-
I am working in a TypeScript project using ES Modules (ESM) and noticed that it doesn't work out-of-the-box with the types provided from [binance-api-node/index.d.ts](https://github.com/ViewBlock/bina…
-
for that APIKEY and APISECRET, I can get read data sockets for everything, for the testnet data,
When I call `binance.openOrders(false, (error, openOrders) =>...`
```javascript
error =
{
abo…
-
There appears to be an issue with the Pancakeswap connector where it doesn't return routes for valid token pairs:
Route: `/amm/price`
Params:
```
{
"chain": "binance-smart-chain",
"n…
-
I'm trying to use react-devtools and I'm getting this error:
```
TypeError: Invalid Version: undefined
at new K (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/bac…
-
Hello dear developer team,
Please help me in resolving the following error:
npm run start
> binance-dca-bot@2.0.0 start /home/beisserikbay/binance-dca-bot
> node src/bot.js
API key does not sta…
-
When trying to build my NodeJS project with Typescript, I receive the following error. Using NodeJS v16.13.1 with npm v8.1.2, and not experiencing this issue on development. Only difference between th…