borderBite

Results 4 comments of borderBite

It looks like the cookbook was deleted. Here's the file before it was deleted [Flint Python Cookbook.ipynb](https://github.com/twosigma/flint/blob/1ce6a48c3ed06b337e3801ff252b7bc30a9be3e2/python/docs/Flint%20Python%20Cookbook.ipynb)

The `/flags` endpoint on the management API doesn't show the remote debugging flag: --disable-features=TranslateUI,--disable-component-extensions-with-background-pages,--disable-background-networking,--disable-sync,--metrics-recording-only,--disable-default-apps,--no-default-browser-check,--no-first-run,--disable-backgrounding-occluded-windows,--disable-renderer-backgrounding,--disable-background-timer-throttling,--force-fieldtrials=*BackgroundTracing/default/,--window-size=1920,1080,--window-position=0,0,--autoplay-policy=no-user-gesture-required,--noerrdialogs,--disable-session-crashed-bubble,--check-for-update-interval=31536000,--disable-dev-shm-usage,--disable-gpu I added it manually using the `FLAGS` env variable, but it's still not working. Update: I...

@phil-d-wilson Thanks, any help you can provide would be greatly appreciated! I can confirm that the remote debugging port is working. I can ssh to the local device and successfully...

@phil-d-wilson I got it working with your instructions fro the forum: https://forums.balena.io/t/balenadash-keeps-crashing-not-show-all-content/189902/16 the key part is to add the flags: `--remote-debugging-address=0.0.0.0 --headless --remote-debugging-port=9222 --disable-dev-shm-usage --no-sandbox` The only remaining issue is...