Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
53e1391f
Unverified
Commit
53e1391f
authored
1 year ago
by
Zachary Hancock
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: log user_id on lti launch failure (#374)
parent
b9515a27
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+1
-0
1 addition, 0 deletions
CHANGELOG.rst
lti_consumer/plugin/views.py
+1
-1
1 addition, 1 deletion
lti_consumer/plugin/views.py
with
2 additions
and
1 deletion
CHANGELOG.rst
+
1
−
0
View file @
53e1391f
...
...
@@ -15,6 +15,7 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
Unreleased
~~~~~~~~~~
* Improved logging for Proctoring LTI 1.3 launch failure.
9.5.0 - 2023-05-08
------------------
...
...
This diff is collapsed.
Click to expand it.
lti_consumer/plugin/views.py
+
1
−
1
View file @
53e1391f
...
...
@@ -777,7 +777,7 @@ def start_proctoring_assessment_endpoint(request):
log
.
warning
(
f
'
There was a cache miss trying to fetch the launch data during an LTI 1.3 proctoring StartAssessment
'
f
'
launch when using the cache key
{
launch_data_key
}
. The LtiConfiguration config_id is
'
f
'
{
lti_config
.
config_id
}
.
'
f
'
{
lti_config
.
config_id
}
the user_id is
{
request
.
user
.
id
}
.
'
)
return
render
(
request
,
'
html/lti_proctoring_start_error.html
'
,
status
=
HTTP_400_BAD_REQUEST
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment