pbremer / astronomy-app

MIT License
0 stars 0 forks source link

Checkin Exception #32

Closed Nazariy995 closed 7 years ago

Nazariy995 commented 7 years ago

Request URL:http://localhost:8080/rest/student/course/course1A/module/mod3-course1A/group/04e84d69-0fce-418e-92c0-5979e77345b5/checkin?courseUserId=stud1-course1A Request Method:POST Status Code:500 Remote Address:[::1]:8080 {
"timestamp":1486957846743, "status":500, "error":"Internal Server Error", "exception":"javax.persistence.PersistenceException", "message":"org.hibernate.exception.SQLGrammarException: could not extract ResultSet", "path":"/rest/student/course/course1A/module/mod3-course1A/group/04e84d69-0fce-418e-92c0-5979e77345b5/checkin" }

Nazariy995 commented 7 years ago

Payload: {
"password":"asdlfkjasdlf", "username":"user1@umich.edu" }

Nazariy995 commented 7 years ago

Never mind, it's all good!

pbremer commented 7 years ago

body should be: { "email": "{SOME_EMAIL}", "password": "{THE_PASSWORD}" }