You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for this great library - it has been super helpful for LTI Advantage integration. We have passed all of the LTI Core tests using it. However, when testing the the "LTI 1.3 Assignments and Grades Results" section, it is failing while trying to create a line item on their test system (See the request/response below) I don't think its an issue with LTIJS, but I am curious if anyone else has seen this issue.
HTTP/1.1 406 Not Acceptable
Server: nginx/1.14.0 (Ubuntu)
Date: Tue, 09 May 2023 20:41:49 GMT
Content-Type: application/json;charset=ISO-8859-1
Content-Length: 86
Connection: close
{ "errorMsg : " : "Could NOT Parse the Submitted Paylod for Creating a New LineItem" }
Expected behavior
I would expect IMS system to respond with a HTTP 200.
Provider logs
See above
Ltijs version
Version 5.7.4
NodeJS version
Version - 14.15.1
I have also filed a ticket with IMS support, but covering all of the interested parties ....
The text was updated successfully, but these errors were encountered:
Hello @scalebig I am happy you were able to find a solution. And thanks for the suggestion, you are correct. I will try to add this to a future update. I won't close this ticket yet to keep this in mind.
First, thank you for this great library - it has been super helpful for LTI Advantage integration. We have passed all of the LTI Core tests using it. However, when testing the the "LTI 1.3 Assignments and Grades Results" section, it is failing while trying to create a line item on their test system (See the request/response below) I don't think its an issue with LTIJS, but I am curious if anyone else has seen this issue.
Request:
Response:
Expected behavior
I would expect IMS system to respond with a HTTP 200.
Provider logs
See above
Ltijs version
NodeJS version
I have also filed a ticket with IMS support, but covering all of the interested parties ....
The text was updated successfully, but these errors were encountered: