Git Product home page Git Product logo

stablecoins-infinity-profit-bot's Issues

Error: listen EACCES 0.0.0.0:80

Há um problema na versão em desenvolvimento, eu obtive este erro, ao que parece um problema com a porta 80, temtei desativar meu Firewall UFW mas o erro persistiu.

Segue mais detalhes:

Iniciando...
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: listen EACCES 0.0.0.0:80
    at Object._errnoException (util.js:1022:11)
    at _exceptionWithHostPort (util.js:1044:20)
    at Server.setupListenHandle [as _listen2] (net.js:1350:19)
    at listenInCluster (net.js:1408:12)
    at Server.listen (net.js:1492:7)
    at Function.listen (/home/vitor/StableBot/node_modules/express/lib/application.js:618:24)
    at Object.<anonymous> (/home/vitor/StableBot/main.js:497:5)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)

npm ERR! Linux 4.15.0-65-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node main.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] start script 'node main.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the stablecoins-infinity-profit-bot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node main.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs stablecoins-infinity-profit-bot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls stablecoins-infinity-profit-bot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/vitor/StableBot/npm-debug.log

e

vitor@vitor-Aspire-5750Z:~/StableBot$ npm version
{ 'stablecoins-infinity-profit-bot': '1.0.0',
  npm: '3.5.2',
  ares: '1.14.0',
  cldr: '32.0.1',
  http_parser: '2.7.1',
  icu: '60.2',
  modules: '57',
  nghttp2: '1.30.0',
  node: '8.10.0',
  openssl: '1.0.2n',
  tz: '2017c',
  unicode: '10.0',
  uv: '1.18.0',
  v8: '6.2.414.50',
  zlib: '1.2.11' }

Este não é um impeditivo para a minha operação no BOT, pois farei o download do ultimo release, apenas comunicando aqui.

LOT_SIZE ERROR

Getting this error continuously with USDC/USDT Pair. Pls help, someone.

image

Please make a Wiki

Please make a wiki about the Bot to instruct the beginners and about new features of the tool.

Error: Filter failure: MIN_NOTIONAL

Bom, agora eu obtive este erro, descrito na Documentação da API da Binace da seguinte forma:

price * quantity is too low to be a valid order for the symbol.

Segue o erro, aparentemente o BOT tenta colocar uma ordem de compra a uma quantidade abaixo da mínima permitida (10 PAX ou 10 TUSD)

===========================================
UPTIME.......: 0.00 horas
ORDENS.......: VENDAS: [ 0 ] COMPRAS: [ 0 ]
DEFINIDOS....: Compra 0.9979 e Venda 1.0009
TIMEOUT ORDEM: 24 horas
HORA AGORA...: Mon Oct 14 2019 20:05:31 GMT-0300 (-03)
============== DADOS DE COMPRA ============
VALOR COMPRA.: 2.53
PRECO COMPRA.: 0.0000
ID ORDEM BUY.: 0
EXPIRA EM....: 1970-01-02T00:00:00.000Z
============== DADOS DE VENDA =============
VALOR VENDA..: 2.53
PRECO VENDA..: 0.0000
ID ORDEM SELL: 0
EXPIRA EM....: 1970-01-02T00:00:00.000Z
===========================================
(node:5253) UnhandledPromiseRejectionWarning: Error: Filter failure: MIN_NOTIONAL
    at /home/vitor/Downloads/StableBot/node_modules/binance-api-node/dist/http-client.js:55:17
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
(node:5253) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5253) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:5253) UnhandledPromiseRejectionWarning: Error: Filter failure: MIN_NOTIONAL
    at /home/vitor/Downloads/StableBot/node_modules/binance-api-node/dist/http-client.js:55:17
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
(node:5253) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)

erro de inicialização da Branch de desenvolvimento

Obtive este erro:

root@ubuntu-s-1vcpu-1gb-nyc3-01:~/StableVitor# npm start

> [email protected] start /root/StableVitor
> node -r esm ./src/index.js

/root/StableVitor/src/index.js:235
            let mess =
                ^

SyntaxError: Identifier 'mess' has already been declared
    at Object.Module._extensions..js (module.js:663:10)

npm ERR! Linux 4.15.0-50-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node -r esm ./src/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node -r esm ./src/index.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the stablecoins-infinity-profit-bot package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node -r esm ./src/index.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs stablecoins-infinity-profit-bot
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls stablecoins-infinity-profit-bot
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /root/StableVitor/npm-debug.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.