-
Notifications
You must be signed in to change notification settings - Fork 43
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
Creating subscription results in error in orion-ld log #1317
Comments
ok, noted. |
ok, understood. The broker checks whether it's a valid timestamp and if it is, it parses it into a float. All OK, the subscription is created, just a quite annoying (and incorrect) error message in the logfile. |
Fixed in PR #1318 |
Fix tested and ok |
Following creation of subscription in version
invokes following error in orion-ld log:
time=Thursday 02 Feb 10:25:32 2023.853Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=globals.cpp[544]:parse8601Time | msg=Not a valid date: '%22occupied%22'
Replacing the
%22
by\"
invokes in similar logging ofmsg=Internal Error (the time string is too long - 41 characters is the max length)
The text was updated successfully, but these errors were encountered: