Bugsnag recorded an error for two students last week, when trying to reach the edit_final_submission page. On hitting the #fee_is_paid? method, and the line result = JSON.parse(HTTParty.get(full_url, verify: false).parsed_response) they were unable to parse the result. The message was:
JSON::ParserError · unexpected character: '<title>Graduate' at line 1 column 1
See what the cause was and if the value for the full_url is what it's supposed to be.
Bugsnag recorded an error for two students last week, when trying to reach the edit_final_submission page. On hitting the #fee_is_paid? method, and the line
result = JSON.parse(HTTParty.get(full_url, verify: false).parsed_response)they were unable to parse the result. The message was:JSON::ParserError · unexpected character: '<title>Graduate' at line 1 column 1
See what the cause was and if the value for the full_url is what it's supposed to be.