Skip to content
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

Fails to start after moving to 64bit RPi #425

Open
shadowa4 opened this issue Sep 21, 2023 · 2 comments
Open

Fails to start after moving to 64bit RPi #425

shadowa4 opened this issue Sep 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@shadowa4
Copy link

I recently migrated my homebridge instance from a 32bit --> 64bit RPi OS. Although I restored from a backup, CameraUI now fails to start. I turned on debug mode and captured the following lines that I believe point to the issue. Any thoughts on how to resolve?

Error: spawn /usr/lib/node_modules/homebridge-camera-ui/node_modules/ffmpeg-for-homebridge/ffmpeg ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
[21/09/2023, 11:36:25] [CameraUI] Child bridge process ended
[21/09/2023, 11:36:25] [CameraUI] Process Ended. Code: 1, Signal: null
[21/09/2023, 11:36:32] [CameraUI] Restarting Process...

@shadowa4 shadowa4 added the bug Something isn't working label Sep 21, 2023
@easymoney322
Copy link

It might be a missing "ffmpeg" package problem.
I've had the same error on camera creation, where it would loop with the same error. After installing the "ffmpeg" with apt, it started to work.

@mkz212
Copy link
Contributor

mkz212 commented Jul 29, 2024

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: #448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants