Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

node-progress is preventing flickrapi to be run with forever #11

@schjetne

Description

@schjetne
TypeError: Cannot read property 'length' of null
    at StringDecoder.detectIncompleteChar (string_decoder.js:129:18)
    at StringDecoder.write (string_decoder.js:99:28)
    at Interface._normalWrite (readline.js:303:30)
    at Interface.write (readline.js:294:49)
    at Interface.ProgressBar.rl.clearLine (/.../node_modules/flickrapi/node_modules/progress/lib/node-progress.js:45:10)
    at ProgressBar.tick (/.../node_modules/flickrapi/node_modules/progress/lib/node-progress.js:111:11)
    at parseMethods (/.../node_modules/flickrapi/src/flickr-api-object.js:31:17)
    at handleResults (/.../node_modules/flickrapi/src/flickr-api-object.js:123:14)
    at new <anonymous> (/.../node_modules/flickrapi/src/flickr-api-object.js:130:14)
    at /.../node_modules/flickrapi/src/FlickrAPI.js:121:16
error: Forever detected script exited with code: 8
error: Forever restarting script for 3 time

Is there a way to prevent the API check on startup/authentication? I don't really need to keep checking the Flickr API's on production version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions