UhOh icon indicating copy to clipboard operation
UhOh copied to clipboard

SyntaxError: Unexpected Identifier (waw_data.js)

Open w3aryb0arpig opened this issue 7 years ago • 1 comments

Upon trying to run this script, there appears to be an error with the WASecretBundle:

node index.js "My Friend"
/Users/me/Desktop/UhOh-master/waw_data.js:2
module.exports.WASecretBundle = "{"key":"5KX8HO9ZmNxgoQuU6bySgm9UtsOAJSMDJscXWsy6qASdU=","encKey":"OrzX9o/7nXJKmBATEW60ipan+MVHp7zEDkejdmST61uHg=","macKey":"5KX8HO9ZmNxgoQdkwkdmSgm9UtsOxWOvLcXWsy6qASdU="}"; // Copy-paste your WASecretBundle
                                   ^^^

SyntaxError: Unexpected identifier
    at createScript (vm.js:80:10)
    at Object.runInThisContext (vm.js:139:10)
    at Module._compile (module.js:588:28)
    at Object.Module._extensions..js (module.js:635:10)
    at Module.load (module.js:545:32)
    at tryModuleLoad (module.js:508:12)
    at Function.Module._load (module.js:500:3)
    at Module.require (module.js:568:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/Users/me/Desktop/UhOh-master/index.js:9:18)

I've checked "" within this field and it appears correct.

Any suggestions?

w3aryb0arpig avatar Oct 22 '17 20:10 w3aryb0arpig

Ignore last update - no invert commas required around the "WASecretBundle"

w3aryb0arpig avatar Oct 22 '17 20:10 w3aryb0arpig