We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation doesn't seem to work on Mac OS 10.14.4. Below is the output of ./Messenger install -chromeExtID=abc -firefoxExtID=xyz
./Messenger install -chromeExtID=abc -firefoxExtID=xyz
Also, why make it mandatory to install the extension for both Chrome and Firefox? Would be great if one could install on only one browser.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x11113d3] goroutine 1 [running]: main.read(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) ~/Downloads/Socketify-master/Messenger/main.go:42 +0xc3 main.main() ~/Downloads/Socketify-master/Messenger/main.go:100 +0x263
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installation doesn't seem to work on Mac OS 10.14.4. Below is the output of
./Messenger install -chromeExtID=abc -firefoxExtID=xyz
Also, why make it mandatory to install the extension for both Chrome and Firefox? Would be great if one could install on only one browser.
The text was updated successfully, but these errors were encountered: