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

Add better statuses for network camera failures #88

Closed
curtishall opened this issue Aug 26, 2013 · 2 comments
Closed

Add better statuses for network camera failures #88

curtishall opened this issue Aug 26, 2013 · 2 comments
Milestone

Comments

@curtishall
Copy link
Member

Currently we log any error as 'Not Found'. We need to support at least these two:

'Offline' (for connection timeouts)
'Authentication failed'

We also need verbose handling of errors. The actual error received from the network camera should be attached to the XML so the client can read and display it.

@ghost ghost assigned ruminsam Sep 3, 2013
@curtishall
Copy link
Member Author

And @abelykh

@ghost
Copy link

ghost commented Jun 30, 2014

I propose also to display the status of camera in web UI.
@abelykh what should be the way to check if the camera is offline or otherwise failed, or not? Besides the daemon XML status request, which is currently in development? I suppose something like select * from EventsCam where device_id = $device_id and type_id = 'not found' order by id desc limit 1 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants