Dileep Kishore
Dileep Kishore
I installed `brave-bin` from the `AUR`. Here is the full version information: ``` Version 1.17.75 Chromium: 87.0.4280.88 (Official Build) unknown (64-bit) ``` I tried the extension in a new profile...
I just updated and the plugin (773f50dec03e1531a58a4d041a0e2f8799ef4540) and now it does not work anywhere. I will try to go through the Troubleshooting guide again and let you know.
That [earlier problem](https://github.com/glacambre/firenvim/issues/823#issuecomment-741911007) was because of an updated `init.vim`, I am now back to experiencing the bug I reported originally (works on `firefox` and `chromium`) and not on `brave`. I...
It installs fine for `Brave`, I can see the `firenvim.json` under `~/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts`. `find ~/.config -iname "firenvim.json"` prints: ``` find ~/.config -iname "firenvim.json" /home/dileep/.config/chromium/NativeMessagingHosts/firenvim.json /home/dileep/.config/google-chrome/NativeMessagingHosts/firenvim.json /home/dileep/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/firenvim.json ```
Sure. Here it is. ```bash bat /tmp/firenvim_tree | grep -Ein "brave|nvim|firenvim" > /tmp/firenvim_ps ``` Here is the file: [firenvim_ps.log](https://github.com/glacambre/firenvim/files/5680795/firenvim_ps.log)
I added it to `~/.local/share/firenvim/firenvim` ```bash 8 │ ps -aef --forest -p $$ > /tmp/firenvim_tree 9 │ # exec '/usr/bin/nvim' --headless --cmd 'let g:started_by_firenvim = v:true' -c 'call firenvim#run()' 10...
Ok, I couldn't find that branch. Here is the entire process tree. [firenvim_tree.log](https://github.com/glacambre/firenvim/files/5680871/firenvim_tree.log)
The file `/tmp/firenvim_errors` is empty. Looks like the WebSocket request just fails? Here are the headers: ``` Request URL: ws://127.0.0.1:36667/39704399542995730930256317713532052871541084053735298472541336226190112908615671 ``` There is no response body. It just says `data:undefined`
I finally found the problem! It looks like brave blocks this WebSocket connection as a cross-site tracker. This did not happen in earlier versions of brave. Do you have any...
I just created a post on the [brave community](https://community.brave.com/t/brave-shields-block-extension-that-connects-to-local-server-through-websocket-connection/187327)