yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

connect_failed SyntaxError: Unexpected token < at Object.bind.out #92

Closed mgurreta closed 5 years ago

mgurreta commented 6 years ago

I'm using YakYak v1.5.0 for OS X and the App hangs on startup, I'm seeing the following error on the terminal.

2018-05-18 15:22:51.771 YakYak[2629:54508] *** WARNING: Textured window <AtomNSWindow: 0x7fe2d2f64c50> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead.
hconnect
reconnecting 0
resolving proxy http://plus.google.com
resolving proxy https://plus.google.com
resolved proxy DIRECT
resolved proxy DIRECT
connect_failed SyntaxError: Unexpected token <
    at Object.bind.out (/Applications/YakYak.app/Contents/Resources/app/node_modules/hangupsjs/lib/init.js:62:23)
    at /Applications/YakYak.app/Contents/Resources/app/node_modules/hangupsjs/lib/init.js:63:26
    at _fulfilled (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:854:54)
    at self.promiseDispatch.done (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:883:30)
    at Promise.promise.promiseDispatch (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:816:13)
    at /Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:877:14
    at runSingle (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:137:13)
    at flush (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:125:13)
    at _combinedTickCallback (internal/process/next_tick.js:73:7)
    at process._tickCallback (internal/process/next_tick.js:104:9)
error connecting SyntaxError: Unexpected token <
    at Object.bind.out (/Applications/YakYak.app/Contents/Resources/app/node_modules/hangupsjs/lib/init.js:62:23)
    at /Applications/YakYak.app/Contents/Resources/app/node_modules/hangupsjs/lib/init.js:63:26
    at _fulfilled (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:854:54)
    at self.promiseDispatch.done (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:883:30)
    at Promise.promise.promiseDispatch (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:816:13)
    at /Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:877:14
    at runSingle (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:137:13)
    at flush (/Applications/YakYak.app/Contents/Resources/app/node_modules/q/q.js:125:13)
    at _combinedTickCallback (internal/process/next_tick.js:73:7)
    at process._tickCallback (internal/process/next_tick.js:104:9)