-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
ebusctl return me "ERR: element not found" #20
Comments
I need more data to be able to say anything about that. Please provide debug level logging of ebusd at the time where such a request fails. |
2016-05-14 10:42:36.488 [network info] [00017] client connection opened 10.6.0.1 |
as you can see some times requests are satisfied, major times I received "ERR: element not found" |
I can only assume that you call ebusctl in the wrong way passing some binary codes that are not visible but lead to not being able to parse the input. |
I don't know how to connect in php via tcp socket...I would happy to do so. |
Hi, I developed a php page that show some few values read from ebusd, using ebusctl (shell_exec).
if I run the php page on the same ebusd server I have no problem.
If I run the php page on another server and I request values using "ebusctl -s xxx" major times (not always) I receive the error "ERR: element not found".
the problem seems to be on ebusd and not on ebusctl.
have you any idea?
thanks
The text was updated successfully, but these errors were encountered: