I'm getting the connecting screen but can go no further. Here are the error logs when I run it from the console:
➜ yakyak ./yakyak
hconnect
reconnecting 0
resolving proxy http://plus.google.com
resolving proxy https://plus.google.com
resolved proxy DIRECT
resolved proxy DIRECT
connect_failed TypeError: Cannot read property 'length' of undefined
at /opt/yakyak/resources/app/node_modules/hangupsjs/lib/init.js:125:21
at _fulfilled (/opt/yakyak/resources/app/node_modules/q/q.js:854:54)
at /opt/yakyak/resources/app/node_modules/q/q.js:883:30
at Promise.promise.promiseDispatch (/opt/yakyak/resources/app/node_modules/q/q.js:816:13)
at /opt/yakyak/resources/app/node_modules/q/q.js:570:49
at runSingle (/opt/yakyak/resources/app/node_modules/q/q.js:137:13)
at flush (/opt/yakyak/resources/app/node_modules/q/q.js:125:13)
at process._tickCallback (internal/process/next_tick.js:61:11)
error connecting TypeError: Cannot read property 'length' of undefined
at /opt/yakyak/resources/app/node_modules/hangupsjs/lib/init.js:125:21
at _fulfilled (/opt/yakyak/resources/app/node_modules/q/q.js:854:54)
at /opt/yakyak/resources/app/node_modules/q/q.js:883:30
at Promise.promise.promiseDispatch (/opt/yakyak/resources/app/node_modules/q/q.js:816:13)
at /opt/yakyak/resources/app/node_modules/q/q.js:570:49
at runSingle (/opt/yakyak/resources/app/node_modules/q/q.js:137:13)
at flush (/opt/yakyak/resources/app/node_modules/q/q.js:125:13)
at process._tickCallback (internal/process/next_tick.js:61:11)
I am running this on Ubuntu 18.04. I see this happened before on 1.4.0_beta3 and I tried your fix (deleting the node files and rebuilding them via NPM) but I get an error on running the npm run gulp command.
➜ app sudo npm run gulp
> yakyak@1.5.2 gulp /opt/yakyak/resources/app
> gulp
[07:26:16] No gulpfile found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! yakyak@1.5.2 gulp: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the yakyak@1.5.2 gulp script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mat/.npm/_logs/2018-10-25T11_26_16_115Z-debug.log`
I'm getting the connecting screen but can go no further. Here are the error logs when I run it from the console:
I am running this on Ubuntu 18.04. I see this happened before on 1.4.0_beta3 and I tried your fix (deleting the node files and rebuilding them via NPM) but I get an error on running the
npm run gulpcommand.