I get the following error while trying to run test.js in a blank project using Node v0.10.25:
/home/user/oscarTest/node_modules/oscar/oscar.js:2676
hash[i] = oldhash.charCodeAt(i);
^
TypeError: Object s���h½�▒▒^�# has no method 'charCodeAt'
at OscarConnection._login (/home/user/oscarTest/node_modules/oscar/oscar.js:2676:29)
at /home/user/oscarTest/node_modules/oscar/oscar.js:2653:62
at process._tickCallback (node.js:415:13)
username and password have been changed in test.js to valid values.