put.io-sync
put.io-sync copied to clipboard
Bug- Unexpected token
Getting the following error message while downloading is occurring. Runs fine again after kicking it off. Running on FreeNas 9.10 with the following command:
nohup jexec Node_PUTIO node /root/put.io-sync/bin/putio-sync -p 20 -q -o true --wait 60 > /dev/null &
Its random but get this error message after a while:
Putio ~# undefined:1
<!DOCTYPE html>
^
SyntaxError: Unexpected token <
at Object.parse (native)
at IncomingMessage.<anonymous> (/root/put.io-sync/node_modules/put.io-v2/putio.js:43:19)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
at endReadableNT (_stream_readable.js:913:12)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
Any help would be appreciated. Thanks