-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sending Statements to an LRS #8
Comments
There actually was a very recent update to address an issue with LRS sends stemming from some earlier work. The issue was in the DS (server-side) repo not this UI one, can you confirm that the latest master version of client and server are running in the environment experiencing the issue? Thanks, |
Just pulled all of the code (both UI and API) from GitHub and recompiled, and still seem to run into the same problem. Statements are being generated. but despite the "send to LRS" box being checked, statements are installed instead of sent, and no errors seem to appear in the Debugger or console. |
@FlorianTolk @vbhayden been trying to get to the bottom of this today. I also made clean installs and recompiles of master today to try to figure it out. First off we definitely need better error messaging when the LRS push fails because it can fail rather silently (i'm opening a ticket for that internally), but unfortunately when all my credentials and endpoints are in place I can't seem to reproduce the issue (tried with two flavors of LRS). Also the download of statements isn't an indicator either way because it does that regardless. However it does indicate, if the download has statements, that the sim was successful so we can probably rule sim params/profile out. A couple of debug ideas:
Barring any of those what i might do is just make a branch to sloppily spit out whatever the LRS says in response and point you guys to it for a test so you can at least see if there's some noise from your LRS endpoint. -Cliff |
Good Morning Cliff, |
Afternoon, team!
One of our external partners is reporting that the most recent codebase seems to have an issue sending statements to an LRS. I'd assumed this was just a small thing with a missing
/
on some LRS endpoint, but one of my engineers reported the same problem.Did the process change for sending statements to an LRS?
Thanks,
-Trey
The text was updated successfully, but these errors were encountered: