-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic install & run issues with Raspberry Pi Os Bullseye #183
Comments
Hi @JanSHUP, I just tried to install TeleFrame on a new Raspberry Pi. In the end it worked.
With this the installation was successful on Bullseye (image from 04-04-2022). Cheers Tim |
This also works for me @reiseradeln thx! Raspbian OS
|
For me these installation instructions failed because electron 25.x did not start because of strange errors like
So I removed the globally installed electron (v25): And also globally installed v8 (if you have it installed): And instead of instruction 4. from above do the following: Then in your teleframe folder you can try to start it via:
For me it works with these versions on a pi3 using bullseye, hope it helps 👍🏻 |
Hey together,
the last days I tried to get TeleFrame running on Bullseye on a RPi 4b 4Gb but find some differences to Buster:
the automatic added "dtoverlay=vc4-fkms-v3d" is not used by Bullseye anymore. In my (and some others cases) the overlay results in a frozen boot state.
npm is not installed automatically with nodejs by the automatic installation script (see below)
I get some further problems installing / starting the teleframe (see below) e.g.:
(I disabled the dtoverlay from 1), otherwise boot alway froze. But I guess this is not the matter why I get these errors. Probably it is more about the wrong npm, electron, nodejs versions?)
I couldn't get it running yet! I changed back to Buster for a comparison and everything ran as expected.
Details:
Installation on a fresh Raspberry Pi OS Bullseye (official image from 2022.01.28):
npm was not found so I installed npm manually and reinstall Teleframe
this time it installs without error but I get some warnings about old NPM files:
get NPM and electron versions
starting the teleframe again
White teleframe start screen is shown for a second and the telegram bot is answering to e.g. "/start" and than crashes
Now using the recommended way to update NPM:
get versions
start Teleframe again
get npm log
in journalctl -xe i find:
Do you have any ideas what could be wrong or how I could continue debugging?
Thanks
The text was updated successfully, but these errors were encountered: