-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm running this code to download the most recent Snapchat from an account: https://gist.github.com/drewblaisdell/5213ebb284a3bf251669
$ node test.js
crypto.js:292
var ret = this._binding.final();
^
TypeError: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length
at Decipheriv.Cipher.final (crypto.js:292:27)
at CryptoStream._flush (/Users/windwaker101/Desktop/newsnap/node_modules/node-snapchat/node_modules/node-cryptostream/index.js:28:26)
at null. (_stream_transform.js:130:12)
at g (events.js:180:16)
at EventEmitter.emit (events.js:117:20)
at finishMaybe (_stream_writable.js:360:12)
at endWritable (_stream_writable.js:367:3)
at Writable.end (_stream_writable.js:345:5)
at IncomingMessage.onend (_stream_readable.js:483:10)
at IncomingMessage.g (events.js:180:16)
Is it possible that the Snapchat key changed?