catalyst / moodle-webservice_restful

A REStful webservice plugin for Moodle LMS
GNU General Public License v3.0
36 stars 27 forks source link

dml_missing_record_exception Installing from master #6

Closed rajp84 closed 3 years ago

rajp84 commented 5 years ago

Installing the previos version, I get the "No Authorization header found in request" error message.

If i install the latest version from master, i get the following exception when trying to make a REST call:

{"exception":"dml_missing_record_exception","errorcode":"invalidrecord","message":"Can not find data record in database table external_functions."}

martin-martin commented 4 years ago

Sounds like these might be two different issues:

Just my two cents, also trying to figure out why I'm getting the dml_missing_record_exception in a call at the moment, even though my resource seems to exist, but I might be not understanding the API all the way yet. Maybe it's helpful ¯_(ツ)_/¯