-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo: Testing Stuff #82
Labels
Comments
! action has an uncaught error |
! action has an uncaught error {
"handlerType": {
"type": "post",
"actions": [
null
]
},
"activeHandler": "onLabelChangeSetPricing",
"error": {
"name": "HttpError",
"status": 404,
"response": {
"url": "https://api.github.com/orgs/ubiquibot/memberships/ubiquibot",
"status": 404,
"headers": {
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
"content-encoding": "gzip",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Fri, 16 Feb 2024 14:15:11 GMT",
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"server": "GitHub.com",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding, Accept, X-Requested-With",
"x-accepted-github-permissions": "members=read",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-api-version-selected": "2022-11-28",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "8684:3036:0B75:1760:65CF6DEF",
"x-ratelimit-limit": "5000",
"x-ratelimit-remaining": "4881",
"x-ratelimit-reset": "1708095561",
"x-ratelimit-resource": "core",
"x-ratelimit-used": "119",
"x-xss-protection": "0"
},
"data": {
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/orgs/members#get-organization-membership-for-a-user"
}
},
"request": {
"method": "GET",
"url": "https://api.github.com/orgs/ubiquibot/memberships/ubiquibot",
"headers": {
"accept": "application/vnd.github.v3+json",
"user-agent": "probot/12.3.3 octokit-core.js/3.6.0 Node.js/20.11.0 (linux; x64)",
"authorization": "token [REDACTED]"
},
"request": {}
}
},
"caller": "renderCatchAll",
"revision": null
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the problem here.
test demo
Describe the solution.
fix it
The text was updated successfully, but these errors were encountered: