Yakyak: Mac OS 10.13.4 YakYak 1.5.0 stopped connecting

Created on 17 May 2018  路  4Comments  路  Source: yakyak/yakyak

Messages were slow to send. Uninstalled / re-installed latest available v1.5.0 DMG. Now will not connect at all.

image

Most helpful comment

Actually that is a syntax error (from the extra /). This worked for me:

html = html.replace(/<\/?script.*?>/gm, '');

All 4 comments

Same here

as mentioned in the other issue:

macOS High Sierrra 10.13.4

/Applications/YakYak.app/Contents/Resources/app/node_modules/hangupsjs/lib/init.js

html = html.replace(//gm, '');
to
html = html.replace(//gm, '');

Actually that is a syntax error (from the extra /). This worked for me:

html = html.replace(/<\/?script.*?>/gm, '');
Was this page helpful?
0 / 5 - 0 ratings

Related issues

theotheroracle picture theotheroracle  路  7Comments

Feichtmeier picture Feichtmeier  路  4Comments

brian163 picture brian163  路  4Comments

ebramanti picture ebramanti  路  6Comments

ghost picture ghost  路  5Comments