balena-io-experimental / browser

A drop-in web browser block
98 stars 75 forks source link

Chromium not running on pi4 balenaOS 2.85.2+rev3 #87

Closed broadcasttechie closed 2 years ago

broadcasttechie commented 2 years ago

Hi, I can see that an issue was fixed recently https://github.com/balenablocks/browser/pull/83 but I still can't get the browser to load. Same issue as https://github.com/balenablocks/browser/issues/77 where it just goes into a loop of starting / failing. Any pointers appreciated!

TechplexEngineer commented 2 years ago

I was able to get the browser working by building as part of my deploy see: https://github.com/balenablocks/browser/issues/88

phil-d-wilson commented 2 years ago

Hi guys,

Sorry for the late reply, balena have been on our annual summit conference. I will run this up and try to recreate the issue.

broadcasttechie commented 2 years ago

So yeah, copying this repo into a new folder in my project and referencing as @TechplexEngineer suggests works - also when I switch the dev box back from local mode to the original build chrome loads, until a reboot. So it does look like the image isn't up to date with this repo. Thanks all - my screen's working again!

phil-d-wilson commented 2 years ago

@TechplexEngineer @broadcasttechie

Thank for the help here. I found a bug with our build script. It was building the images OK, but failing to add them to the latest manifest. I've re-run the build and everything should be working when you pull the image, rather than build from source.

broadcasttechie commented 2 years ago

Thanks, yes rebuilding with the original compose works again. :)

TechplexEngineer commented 2 years ago

Thanks much! Balena Blocks, especially the browser block, are a huge win for the Balena community!