rcanvas icon indicating copy to clipboard operation
rcanvas copied to clipboard

create_course_assignment() returns error

Open n8craig opened this issue 3 years ago • 2 comments

New rcanvas user. The library works well to get gradebooks. However, I encountered an error trying to create assignments.

rcanvas::create_course_assignment() returns the following error:

Error in canvas_query(url, args, "POST") : Unprocessable Entity (WebDAV; RFC 4918) (HTTP 422).

Not sure if this is related to the canvas_url() changes mentioned in other issues.

n8craig avatar Aug 09 '21 20:08 n8craig

Same here but for the grade_submission function.

astraetech avatar May 02 '22 21:05 astraetech

Using version 0.9.3, create_course_assignment() returns the following error:

Error in canvas_query(url, args, "POST") : Not Found (HTTP 404).

(Note that I can successfully perform get_course_items() and some other things.)

cmgray00 avatar Nov 21 '23 20:11 cmgray00