-
Notifications
You must be signed in to change notification settings - Fork 425
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
How to run on a RPI3B #298
Comments
Is there anything written to the server log during the crash? |
unfortunately not. But I think the start up process is v ery power hungry. More than the rpi can handle. |
The browser is CPU/memory consuming process and turning off the callback won't change anything. Try to allocate more RAM by cutting the memory allocated to the GPU. |
ok thanks. In the end I choose to use this: https://github.com/gajosu/whatsapp-ha-addon on my rpi4 thank you! |
I love this package and it runs great on my windows machine.
But it doesnt work on my RPI3b.
I have locally used all changed from #280 and #289.
QR code generation worked one time but most of the times I get the "qr code not ready or already scanned" error. Even if I remove the whole sessions folder and start a new folder.
A visit to :3000/session/status/test makes the server crash.
I have this in my .env file:
So I feel there is still a lot to do to have it working on a rpi.
The text was updated successfully, but these errors were encountered: