-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
error with 'Request failed with status code 500' #410
Comments
In case anyone might have the same issue, this occurs because ffmpeg renamed the In my case camera.ui displayed the error message A simple workaround without changing the code is to add your camera like this: You can see it checks if the string
|
@imthoe your suggestion did not work for me. I modified [camera.ui/src/controller/camera/utils/camera.utils.js](
And now it works. BTW, Is this project dead? No, patches in the last two years. |
@pstaubs yeah I just wanted it to work for myself without having to modify the code. But thats perfectly fine too! As for the project being dead, seems like the author is busy and working on a new version, but I don't know. |
🎉 A new version of camera.uiA 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). |
Describe the bug
I add my camera with its rtsp stream and I get an error on the back-end informing me of a 500, unfortunately I don't know what it's due to as I don't even have the logs or the means to activate it in the configuration.
To Reproduce
Expected behavior
This bug occurs when you add your camera and access it from the camera table, impossible for me to view it live but strangely I've noticed that it's working in a certain way even though I don't have a view when you go to the settings and then to "Video analysis" you can still see a preview.
Logs
The 500 error does not appear in the logs to my great disappointment, impossible for me to know precisely what the problem is.
Screenshots
However, I'm sure it's not an error or a bad configuration, because I've got the overview working in spite of everything when you go to the camera's "Video analysis" settings:
Environment
The text was updated successfully, but these errors were encountered: