-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I am seeing this error
Error in do.call(rbind, errors) : second argument must be a list
Calls: <Anonymous> ... gh_make_request -> gh_error -> as.data.frame -> do.call
It originates here:
For this response:
Browse[1]> res
$message
[1] "Validation Failed"
$errors
[1] "Validation failed: This SHA and context has reached the maximum number of statuses."
$documentation_url
[1] "https://docs.github.com/rest/commits/statuses#create-a-commit-status"
$status
[1] "422"
So the problem is that errors is just a string and not a data frame?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels