Username: Password:

Author Topic: bot not start binance windows  (Read 5029 times)

Offline donuts

  • Rookie
  • *
  • Posts: 11
    • View Profile
bot not start binance windows
« on: December 29, 2019, 02:14:51 PM »
cant start bot got this in windows 10 64bit

what is that???????


{ AuthenticationError: binance {"code":-1022,"msg":"Signature for this request is not valid."}
    at binance.throwExactlyMatchedException (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:515:19)
    at binance.handleErrors (C:\snapshot\gbparis\node_modules\ccxt\js\binance.js:1706:26)
    at module.exports.handleRestResponse.response.text.then (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:610:18)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  constructor: [Function: AuthenticationError],
  name: 'AuthenticationError' }
Fetching my trades again.{"name":"AuthenticationError"}
Error
    at errorHandler (C:\snapshot\gbparis\ctx\js\binance.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Error: {}
    at errorHandler (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Unable to connect to binance

Offline Anon

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: bot not start binance windows
« Reply #1 on: January 02, 2020, 11:05:53 AM »
Maybe your clock is not synced, try running http://timesynctool.com/ and check does it spit out errors. Hope it helps.

Offline donuts

  • Rookie
  • *
  • Posts: 11
    • View Profile
Re: bot not start binance windows
« Reply #2 on: January 02, 2020, 05:19:04 PM »
well got it running. on binace now

but got this when try to make a short or buy

emailParsed { timestamp: 1577984386595,
  type: 'short',
  exchange: 'binance',
  pair: 'USDC-BTC',
  tl: 'USDC',
  price: '0.001' }

2020/01/02 17:59:46: Checking prices...

2020/01/02 17:59:47: Received a margin-sell order...
TypeError: undefined is not a function
    at module.exports.Market.marginsellTV.Promise.checkSecurity.then.resp (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)


is with tradingview email alarm:

is this the right format for buy:
BUY_BINANCE_USDC-BTC_BTC_0.001       

or what im i missing :-[ :-[ :-[ :-[







Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: bot not start binance windows
« Reply #3 on: January 03, 2020, 04:26:49 PM »
cant start bot got this in windows 10 64bit

what is that???????


{ AuthenticationError: binance {"code":-1022,"msg":"Signature for this request is not valid."}
    at binance.throwExactlyMatchedException (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:515:19)
    at binance.handleErrors (C:\snapshot\gbparis\node_modules\ccxt\js\binance.js:1706:26)
    at module.exports.handleRestResponse.response.text.then (C:\snapshot\gbparis\node_modules\ccxt\js\base\Exchange.js:610:18)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  constructor: [Function: AuthenticationError],
  name: 'AuthenticationError' }
Fetching my trades again.{"name":"AuthenticationError"}
Error
    at errorHandler (C:\snapshot\gbparis\ctx\js\binance.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Error: {}
    at errorHandler (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
Unable to connect to binance

This error means that you didn't put your secret properly. Most likely a missing character or something like that.

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: bot not start binance windows
« Reply #4 on: January 03, 2020, 04:28:04 PM »
well got it running. on binace now

but got this when try to make a short or buy

emailParsed { timestamp: 1577984386595,
  type: 'short',
  exchange: 'binance',
  pair: 'USDC-BTC',
  tl: 'USDC',
  price: '0.001' }

2020/01/02 17:59:46: Checking prices...

2020/01/02 17:59:47: Received a margin-sell order...
TypeError: undefined is not a function
    at module.exports.Market.marginsellTV.Promise.checkSecurity.then.resp (C:\snapshot\gbparis\ctx-wrapper.js:0:0)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)


is with tradingview email alarm:

is this the right format for buy:
BUY_BINANCE_USDC-BTC_BTC_0.001       

or what im i missing :-[ :-[ :-[ :-[

Note that Trading Limit, that is, the amount you use for trades, is stated on the base coin. So you are telling the bot to buy 0.001 USD worth BTC. Obviously it doesn't even reach the minimum allowed amount.

Offline andersonjosephine

  • Rookie
  • *
  • Posts: 1
  • Technical and enthusiastic digital marketer
    • View Profile
    • free driver updater
Re: bot not start binance windows
« Reply #5 on: September 25, 2020, 01:03:17 PM »
Try to update your Windows once again and fix driver problems. see if it works.