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

Description
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.