You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `command-start-stop` was never called which is why it never worked. The reason is that a plugin is failing on a fatal error because of the new orgs that have been created and somehow doesn't have the proper access level
{
"message": [
"Calling handler {\"owner\":\"ubiquibot\",\"repo\":\"user-activity-watcher\",\"workflowId\":\"compute.yml\",\"ref\":\"development\"} for event issue_comment"
],
"level": "log",
"timestamp": 1727697850120
},
{
"message": [
"Error in event handler",
"HttpError: Resource not accessible by integration - https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event"
],
"level": "error",
"timestamp": 1727697850679
}
I fixed by making the plugin higher on the list. I believe the loop should not break if a plugin is not working properly but just log the error. Also maintaining 4 repos is complex, these repos won't get moved?
I fixed by making the plugin higher on the list. I believe the loop should not break if a plugin is not working properly but just log the error. Also maintaining 4 repos is complex, these repos won't get moved?
Originally posted by @gentlementlegen in ubiquity/ubiquity-dollar#965 (comment)
If a plugin is not reachable or does not start properly, the loop should continue as plugins are independent.
The text was updated successfully, but these errors were encountered: