parg

Results 264 comments of parg

There should only be a single chromium browser opened by BiglyBT to handle all webtorrent network traffic. When running BiglyBT with a download that has a webtorrent tracker the chromium...

Try performing the following command in the same place as before but with the additional $* `echo "./chrome.app --no-sandbox $*" > chrome`

Does the chrome window that opens at least have the title 'BiglyBT WebTorrent Protocol Proxy' rather than the default start page? If not then please execute the following in ~/.biglybt/plugins/azwebtorrent/browser_71.0.3578.92.2...

You didn't make the change correctly / in the right place - the command `echo "./chrome.app --no-sandbox $*" > chrome` should have resulted in the 'chrome' file containing an additional...

yup - try doing it again and see if the 'cat' command shows the change. You could try deleting 'chrome' before applying the command to see if that helps

argh, my mistake, you need to escape the $* to prevent expansion. Use the command `echo "./chrome.app --no-sandbox \$*" > chrome`

ah, redo the 'chmod +x chrome' command as well

Not sure of the implications of using the --no-sandbox flag - hopefully things will work but if not we can try and figure things out.

I've created a new version of the plugin, 1.3.4, for BETA users (i.e. you need to join the beta program to get it). It has an updated chromium browser along...