Browser on RPI: Page starts with an error #646
Unanswered
dukeplay
asked this question in
Fixed Issues
Replies: 1 comment 1 reply
-
It's the latest upgrade of Chromium. Workaround - Downgrade to previous version: [[ $( uname -m ) == aarch64 ]] && arch=aarch64 || arch=armv7h
wget http://tardis.tiny-vps.com/aarm/packages/c/chromium/chromium-95.0.4638.69-2-$arch.pkg.tar.xz
pacman -U chromium* |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the update 20211121 the Chromium starts on my DSI display with this message: "Page Unresponsive. You can wait for it to become responsive or exit the page." and two buttons "wait" or "exit page". With Exit Page I get to another page with Reload. The page will then be restarted and will work until the next reboot.
When I click on Browser on RPI, I get the following message at the end of the parameters:
Nov 22 08:02:57 Teufel sudo[20849]: [20849:20858:1122/080257.126368:ERROR:child_thread_impl.cc(340)] Crashing because hung
ng
Beta Was this translation helpful? Give feedback.
All reactions