Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlcoder committed Nov 1, 2024
1 parent 2576bbd commit 3e9dc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointerevents/pointerevent_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ color: white;

div {
margin: 0em;
padding: 2em;
padding: 1.2em;
}

#complete-notice {
Expand Down

2 comments on commit 3e9dc88

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg/ND7yQSWkRrehpXpWXMcsRw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg/ND7yQSWkRrehpXpWXMcsRw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-11-02T03:35:24.466Z

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error!

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg/baGC0pn_TS-9vCPTRNrCAw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg/baGC0pn_TS-9vCPTRNrCAw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/eydVE6NQQ7mna0Pmc1VArg"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-11-02T03:35:27.872Z

Please sign in to comment.