manki11 / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
2 stars 54 forks source link

Charts not generated after exercise is finished #14

Open b282022 opened 5 years ago

b282022 commented 5 years ago

@manki11 @llaske I recently cloned the repository and deployed locally by doing npm run start (not inside the Sugarizer) and when I completed an exercise, instead of getting the charts in results, I got the following error.

screenshot 2019-02-10 at 9 43 54 pm

I am not sure but if it falls in the category of bug, I would like to work on it.

manki11 commented 5 years ago

The full version of exerciser activity only runs inside the Sugarizer shell (recommended), as it is using a lot of API functionality (user details, presence etc) of Sugarizer. This error is occurring because there is no "current_user" in line 102, as that object is fetched from Sugarizer.