put.io-sync icon indicating copy to clipboard operation
put.io-sync copied to clipboard

"Total length exceeded" error when script sees a file in put.io it has already downloaded.

Open bkrsc opened this issue 7 years ago • 0 comments

If file remains in put.io it will throw this error.

I was able to work around it by editing /node_modules/status-bar/lib/index.js

and commenting out

// if (this._finished) throw new Error('Total length exceeded');

This makes it work but for some reason the files will not delete after downloading.

If I run the script again it will delete the files.

Then once more to delete the directories.

It seems to work as intended if I create an .sh to run it 3 times, but this is less than ideal.

Thanks for the project!

bkrsc avatar Dec 20 '18 19:12 bkrsc