You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Trying to test the new webview on Screenly-OSE experimental branch, but I cannot get anything to come up on the screen. When checking the logs, I get a single message Loading browser... but the screen never changes. After trying to determine where the problem was originating, I found that it seems to be that the browser never starts and viewer.py ends up in an infinite loop. I attached to the docker image and tried executing ScreenlyWebview directly, and I get a message Illegal Instruction (core dumped). I have tried running python interactively and executing
For reference, I am trying this on a Raspberry Pi Zero W. I started with 2018-05-04-Screenly_OSE_4GB.img flashed to my SD card. I then logged into the device via ssh, and executed:
cd ~/screenly
git checkout experiment
./bin/install.sh
which setup everything. I answered yes for every question (experimental, system update).
Any ideas on what to look for or things to try?
The text was updated successfully, but these errors were encountered:
Trying to test the new webview on Screenly-OSE experimental branch, but I cannot get anything to come up on the screen. When checking the logs, I get a single message
Loading browser...
but the screen never changes. After trying to determine where the problem was originating, I found that it seems to be that the browser never starts and viewer.py ends up in an infinite loop. I attached to the docker image and tried executingScreenlyWebview
directly, and I get a messageIllegal Instruction (core dumped)
. I have tried running python interactively and executingFor reference, I am trying this on a Raspberry Pi Zero W. I started with 2018-05-04-Screenly_OSE_4GB.img flashed to my SD card. I then logged into the device via ssh, and executed:
which setup everything. I answered yes for every question (experimental, system update).
Any ideas on what to look for or things to try?
The text was updated successfully, but these errors were encountered: