Giter Site home page Giter Site logo

crypto_info's People

Contributors

guiconti avatar miaket avatar mmakarios avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

crypto_info's Issues

ReferenceError: urls is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/1/


ReferenceError: urls is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/cryptoInfo.js", line 42, in Request.request.get [as _callback]
        request.get({url: urls}, (err, httpResponse, body) => {
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 186, in Request.self.callback
          self._callback.apply(self, arguments)
  File "events.js", line 125, in emitTwo
  File "events.js", line 213, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1163, in Request.<anonymous>
        self.emit('complete', response, response.body)
  File "events.js", line 115, in emitOne
  File "events.js", line 210, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1085, in IncomingMessage.<anonymous>
          self.emit('end', chunk)
  File "events.js", line 312, in Object.onceWrapper
  File "events.js", line 110, in emitNone

ReferenceError: path is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/9/


ReferenceError: path is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 58, in Kucoin.rawRequest
            'KC-API-SIGNATURE': this.getSignature(path, queryString, nonce)
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 118, in Kucoin.doSignedRequest
        return this.rawRequest(method, endpoint, true, params);
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 150, in Kucoin.getBalance
        return this.doSignedRequest('get', constants.urls.KUCOIN_GET_BALANCE_PREFIX + (coin?coin:'') +
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/walletInfo.js", line 9, in module.exports
      myWallet.getBalance({symbol: 'NEO'});
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 137, in next
          layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 112, in Route.dispatch
      next();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 281, in <unknown>
            return layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 335, in Function.process_params
        return done();

SequelizeValidationError: timeline.RatioBTCValue cannot be null

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/84/


SequelizeValidationError: timeline.RatioBTCValue cannot be null
  File "/home/ec2-user/github/crypto_info/node_modules/sequelize/lib/instance-validator.js", line 77, in Promise.all.then
            throw new sequelizeError.ValidationError(null, this.errors);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/util.js", line 16, in tryCatcher
            return target.apply(this, arguments);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 512, in Promise._settlePromiseFromHandler
            x = tryCatch(handler).call(receiver, value);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 569, in Promise._settlePromise
                this._settlePromiseFromHandler(handler, receiver, value, promise);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 614, in Promise._settlePromise0
        this._settlePromise(promise, handler, receiver, value);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 693, in Promise._settlePromises
                this._settlePromise0(this._fulfillmentHandler0, value, bitField);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 638, in Promise._fulfill
                this._settlePromises();
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise_array.js", line 126, in PromiseArray._resolve
        this._promise._fulfill(value);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise_array.js", line 144, in PromiseArray._promiseFulfilled
            this._resolve(this._values);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 574, in Promise._settlePromise
                    receiver._promiseFulfilled(value, promise);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 614, in Promise._settlePromise0
        this._settlePromise(promise, handler, receiver, value);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/promise.js", line 693, in Promise._settlePromises
                this._settlePromise0(this._fulfillmentHandler0, value, bitField);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/async.js", line 133, in Async._drainQueue
                fn._settlePromises();
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/async.js", line 143, in Async._drainQueues
        this._drainQueue(this._normalQueue);
  File "/home/ec2-user/github/crypto_info/node_modules/bluebird/js/release/async.js", line 17, in Immediate.Async.drainQueues
            self._drainQueues();
  File "timers.js", line 672, in runCallback
  File "timers.js", line 645, in tryOnImmediate
  File "timers.js", line 617, in processImmediate [as _immediateCallback]

TypeError: Cannot read property '0' of null

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/3/


TypeError: Cannot read property '0' of null
  File "/Users/guiconti/GitHub/crypto_info/server/utils/currencyConverter.js", line 32, in Request.request.get [as _callback]
            let currencyFullDayChange = ((currencyExchangeInfo.result[0].Bid/currencyExchangeInfo.result[0].PrevDay) - 1) * 100;
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 186, in Request.self.callback
          self._callback.apply(self, arguments)
  File "events.js", line 125, in emitTwo
  File "events.js", line 213, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1163, in Request.<anonymous>
        self.emit('complete', response, response.body)
  File "events.js", line 115, in emitOne
  File "events.js", line 210, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1085, in IncomingMessage.<anonymous>
          self.emit('end', chunk)
  File "events.js", line 312, in Object.onceWrapper
  File "events.js", line 110, in emitNone

ReferenceError: rouger is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/4/


ReferenceError: rouger is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/core/router.js", line 12, in Object.<anonymous>
    rouger.get('/wallet', walletInfo);
  File "module.js", line 569, in Module._compile
  File "module.js", line 580, in Object.Module._extensions..js
  File "module.js", line 503, in Module.load
  File "module.js", line 466, in tryModuleLoad
  File "module.js", line 458, in Function.Module._load
  File "module.js", line 513, in Module.require
  File "internal/module.js", line 11, in require
  File "/Users/guiconti/GitHub/crypto_info/tools/serverDevelopment.js", line 7, in Object.<anonymous>
    const router = require('../server/core/router.js');
  File "module.js", line 569, in Module._compile

ReferenceError: KUCOIN_GET_BALANCE_SUFFIX is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/8/


ReferenceError: KUCOIN_GET_BALANCE_SUFFIX is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 151, in Kucoin.getBalance
          KUCOIN_GET_BALANCE_SUFFIX);
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/walletInfo.js", line 9, in module.exports
      myWallet.getBalance({symbol: 'NEO'});
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 137, in next
          layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 112, in Route.dispatch
      next();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 281, in <unknown>
            return layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 335, in Function.process_params
        return done();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 275, in next
        self.process_params(layer, paramcalled, req, res, function (err) {
  File "/Users/guiconti/GitHub/crypto_info/node_modules/body-parser/lib/types/json.js", line 109, in jsonParser
          next()

ReferenceError: url_prefix is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/10/


ReferenceError: url_prefix is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 72, in Kucoin.rawRequest
          request.get(url_prefix + options.url, options, (err, httpResponse, body) => {
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 118, in Kucoin.doSignedRequest
        return this.rawRequest(method, endpoint, true, params);
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 150, in Kucoin.getBalance
        return this.doSignedRequest('get', constants.urls.KUCOIN_GET_BALANCE_PREFIX + (coin?coin:'') +
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/walletInfo.js", line 9, in module.exports
      myWallet.getBalance({symbol: 'NEO'});
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 137, in next
          layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 112, in Route.dispatch
      next();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 281, in <unknown>
            return layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 335, in Function.process_params
        return done();

ReferenceError: ptions is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/6/


ReferenceError: ptions is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 85, in Kucoin.rawRequest
          request.get(url_prefix + ptions.url, options, (err, httpResponse, body) => {
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 131, in Kucoin.doSignedRequest
        return this.rawRequest(method, endpoint, true, params);
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 163, in Kucoin.getBalance
        return this.doSignedRequest('get', '/account/' + (params.symbol ? params.symbol + '/' : '') + 'balance');
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/walletInfo.js", line 9, in module.exports
      myWallet.getBalance({symbol: 'NEO'});
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 137, in next
          layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 112, in Route.dispatch
      next();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 281, in <unknown>
            return layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 335, in Function.process_params
        return done();

ReferenceError: KUCOIN_GET_BALANCE_PREFIX is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/7/


ReferenceError: KUCOIN_GET_BALANCE_PREFIX is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 151, in Kucoin.getBalance
          KUCOIN_GET_BALANCE_PREFIX);
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/walletInfo.js", line 9, in module.exports
      myWallet.getBalance({symbol: 'NEO'});
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 137, in next
          layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/route.js", line 112, in Route.dispatch
      next();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/layer.js", line 95, in Layer.handle [as handle_request]
        fn(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 281, in <unknown>
            return layer.handle_request(req, res, next);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 335, in Function.process_params
        return done();
  File "/Users/guiconti/GitHub/crypto_info/node_modules/express/lib/router/index.js", line 275, in next
        self.process_params(layer, paramcalled, req, res, function (err) {
  File "/Users/guiconti/GitHub/crypto_info/node_modules/body-parser/lib/types/json.js", line 109, in jsonParser
          next()

ReferenceError: consolel is not defined

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/2/


ReferenceError: consolel is not defined
  File "/Users/guiconti/GitHub/crypto_info/server/controllers/cryptoInfo.js", line 49, in Request.request.get [as _callback]
          consolel.log(currencyExchangeValue);
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 186, in Request.self.callback
          self._callback.apply(self, arguments)
  File "events.js", line 125, in emitTwo
  File "events.js", line 213, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1163, in Request.<anonymous>
        self.emit('complete', response, response.body)
  File "events.js", line 115, in emitOne
  File "events.js", line 210, in Request.emit
  File "/Users/guiconti/GitHub/crypto_info/node_modules/request/request.js", line 1085, in IncomingMessage.<anonymous>
          self.emit('end', chunk)
  File "events.js", line 312, in Object.onceWrapper
  File "events.js", line 110, in emitNone

Error: Cannot find module 'restify-clients'

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/5/


Error: Cannot find module 'restify-clients'
  File "module.js", line 485, in Function.Module._resolveFilename
  File "module.js", line 437, in Function.Module._load
  File "module.js", line 513, in Module.require
  File "internal/module.js", line 11, in require
  File "/Users/guiconti/GitHub/crypto_info/server/utils/Kucoin.js", line 3, in Object.<anonymous>
    const clients = require('restify-clients');
  File "module.js", line 569, in Module._compile
  File "module.js", line 580, in Object.Module._extensions..js
  File "module.js", line 503, in Module.load
  File "module.js", line 466, in tryModuleLoad
  File "module.js", line 458, in Function.Module._load

Error: Cannot find module 'chartjs-node'

View details in Rollbar: https://rollbar.com/guiconti/crypto_info/items/83/


Error: Cannot find module 'chartjs-node'
  File "module.js", line 470, in Function.Module._resolveFilename
  File "module.js", line 418, in Function.Module._load
  File "module.js", line 498, in Module.require
  File "internal/module.js", line 20, in require
  File "/home/ec2-user/github/crypto_info/server/utils/createGraph.js", line 6, in Object.<anonymous>
    const ChartjsNode = require('chartjs-node');
  File "module.js", line 571, in Module._compile
  File "module.js", line 580, in Object.Module._extensions..js
  File "module.js", line 488, in Module.load
  File "module.js", line 447, in tryModuleLoad
  File "module.js", line 439, in Function.Module._load
  File "module.js", line 498, in Module.require
  File "internal/module.js", line 20, in require
  File "/home/ec2-user/github/crypto_info/server/controllers/walletTimeline.js", line 9, in Object.<anonymous>
    const createGraph = require('../utils/createGraph');
  File "module.js", line 571, in Module._compile
  File "module.js", line 580, in Object.Module._extensions..js
  File "module.js", line 488, in Module.load
  File "module.js", line 447, in tryModuleLoad
  File "module.js", line 439, in Function.Module._load
  File "module.js", line 498, in Module.require
  File "internal/module.js", line 20, in require
  File "/home/ec2-user/github/crypto_info/server/core/router.js", line 16, in Object.<anonymous>
    const walletTimeline = require('../controllers/walletTimeline');
  File "module.js", line 571, in Module._compile

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.