-
Notifications
You must be signed in to change notification settings - Fork 61
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
getRealtimeLogs not working #26
Comments
getRealTimeLogs is not working with me too |
Sorry for responding lately, but did you guys make sure that there'is no another machine connect to that device. Because even if it connected successfully but realtime event is not allowed for multiple devices |
Not working for me too, there is only one machine connected to the device. @dev-iot-jogja did you manage to fix this? |
No it is not connected. Could you please have a look, I tried several times.. I really need to do this pal. We can even skype, or call |
No other machine is connected. but still not working |
@caobo171 any news here for this bug . still getting nothing with getRealTimeLogs |
Hey, I am also facing the same issue. Has anyone found any workaround? (@danishthetechie, @MoradAbdelgaber ) |
Hi, I'm having the same issue here. Is there any update on this or any work around? I'm afraid to touch the core codes, also not that good with buffers and packets. |
No, haven't found any resolution regarding this. still my work is pending on getRealTimeLogs issue |
the python lib works fine |
@danishthetechie encontraste alguna solución? |
@dev-iot-jogja did you find a solution? |
No, |
@caobo171 @dev-iot-jogja Machine Reply after requesting Realtime data is still a Regular Packet Referring to https://github.com/adrobinoga/zk-protocol/blob/master/protocol.md But in case of realtime packet CommandID should be 500 But it is ACK_OK i.e. 2000 and instead of realtime event id it sends session ID thats why checkEventNotTCP is true So.. what I think is the machine isn't sending realtime packets or if its sending then we are not receiving it |
|
|
No fix for this one? |
Nope still
…On Wed, 7 Jun 2023 at 13:27 catajoynick ***@***.***> wrote:
No fix for this one?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMH6H3OLKI72AZ3FFYDFYM3XKBXSNANCNFSM4PHJQXYQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Oh, then I cant use this library then. Thanks for reply. |
can you share with us code ? |
HI, I am also facing the same issue.Anyone found solution?@caobo171 can you please look at this issue?Let us know if you found solution |
I am also facing the same issue and so tired please help |
Here my code
when I try to log, I found that checkNotEventTCP on getRealTimeLogs return CMD_ACK_OK not EF_ATTLOG or CMD_REG_EVENT
what should I do to make getRealTimeLogs working?
The text was updated successfully, but these errors were encountered: