Getting Error While Creating Course in LMS(Batch) Service #166
Replies: 2 comments · 8 replies
-
@mahajanmahesh935 Please analyse the service logs. If you are still need help, kindly share the service logs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@Jayaprakash8887 i have changed the values of : |
Beta Was this translation helpful? Give feedback.
All reactions
-
@mahajanmahesh935 Should be good. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@Jayaprakash8887 |
Beta Was this translation helpful? Give feedback.
All reactions
-
@mahajanmahesh935 As you are running in local, kindly run the service in debug mode and explore the root cause. |
Beta Was this translation helpful? Give feedback.
All reactions
-
ok i will try |
Beta Was this translation helpful? Give feedback.
All reactions
-
Closing this thread. Please feel free to reopen if required. |
Beta Was this translation helpful? Give feedback.
-
I have Setup of Sunbird Lern on local And I am Trying To create a Course But Getting An Error "SERVER_ERROR" in LMS (Batch) Service.
URL : http://localhost:9000/v1/course/create
PayLoad : {
"request": {
"course": {
"name": "Test_CurriculumCourse With 3 Units",
"description": "Test_CurriculumCourse description",
"mimeType": "application/vnd.ekstep.content-collection",
"contentType": "Course",
"code": "Test_CurriculumCourse"
}
}
}
Response : {
"id": "api.course.create",
"ver": "v1",
"ts": "2023-10-18 11:45:43:855+0530",
"params": {
"resmsgid": null,
"msgid": "0b3bfde3-429e-45e2-803f-f11c5d71d8a4",
"err": null,
"status": "SERVER_ERROR",
"errmsg": null
},
"responseCode": "SERVER_ERROR",
"result": {}
}
Beta Was this translation helpful? Give feedback.
All reactions