asahd on v2.5.2
asahd on v2.5.2
asahd on master
Restore nginx.conf.example (compare)
asahd on v2.5.2
asahd on feature-symantic
asahd on master
Added full document toggle to s… Added post and patch metadata. Updated Metadata to update stat… and 6 more (compare)
asahd on feature-symantic
Fixes statement creations being… (compare)
happy-machine on Statement_component
fixed default naming in Stateme… (compare)
asahd on feature-symantic
Changes Forwarding UI, updates … (compare)
ht2 on feature-symantic
Start of shareable dashboards u… Removed filter required paramet… Added validation for shareable … and 49 more (compare)
happy-machine on Statement_component
working as Map (compare)
"context": {
"extensions": {
"https://www.paediatriccoughapp.com/extension/nickname": "FightingCough",
"https://www.paediatriccoughapp.com/extension/specialty": "MyNick",
"https://www.paediatriccoughapp.com/extension/country": "Germany"
Hello all. I have installed LL on my ubuntu machine and every thing is ok. But when I try to send an xAPI statements to the LRS, I find that the statements are not sent. The browser debugger shows the following err:
'POST http://localhost/data/xAPI/statements 500 (Internal Server Error)
ADL.XHR_request @ xapiwrapper.js:1525
XAPIWrapper.sendStatement @ xapiwrapper.js:331
sendStatement @ interaction.js:41
onclick @ index.html:39'
I tried using SCORM LRS , there everything goes well.
Help plz
I need to filter by seconds and minutes, rather than hours.
It can be done in the code view of the Data > Source > Query Builder / Statement Explorer by dropping $dte from the query, e.g. the below query, which gives statements within the same second at millisecond precision.
Are there plans to include minutes and seconds in the UI?
Also, it is a bit of dark art to find out how $dte really works, as it seems to not like short periods of time. The same query as below with $dte will briefly flash a pink error message. Z-index is wrong, so partially obscured at the top of the UI.
I found the error message in the browser console: ' Cast to date failed for value "Invalid Date" at path "timestamp" for model "Statement" '. I suspect the reference to "model" is down to the Mongoose model, and the short time interval fails validation?
Is there some documentation of what $dte and other operators allow?
{
"$and": [
{
"$comment": "{\"criterionLabel\":\"A\",\"criteriaPath\":[\"timestamp\"]}",
"timestamp": {
"$gte": "2021-12-29T11:28:27.922Z",
"$lt": "2021-12-29T11:28:27.999Z"
}
}
]
}
Finally, is there a way I can ask for NOW or currentMoment minus some timeframe, e.g. NOW minus 10 seconds? Thank you for any help on this. :-)
"message":"Privileges not sufficient for this operation"
(request/response). Is this something the clients needs to set up in the web client or is the XHR flawed?
npm -v
6.4.1
node -v
v8.16.0
nodejs -v
v8.16.0
yarn -v
1.5.1
pm2 -v
3.5.1
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.13 (stretch)
Release: 9.13
Codename: stretch
uname -a
Linux lrs 4.9.0-15-amd64 #1 SMP Debian 4.9.258-1 (2021-03-08) x86_64 GNU/Linux
uncaughtException: Cannot find correct Service Bus settings in configuration or environment
> node-pre-gyp install --fallback-to-build --library=static_library
node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.9.1/node-v64-linux-x64-glibc.tar.gz