KnpLabs / KnpLabs/php-github-api

Error when adding a label to an issue

オープン
#1,035 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
PHP
スター
2.2k
フォーク
587
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello,

I have an error when I try to add a label on an issue, following [this documentation](https://github.com/KnpLabs/php-github-api/blob/master/doc/issue/labels.md#add-a-label-on-an-issue).

Here is how I do it:

```php
$labels = $client->api('issue')->labels()->add('matthieu-rolland', 'test-issuebot', 51, 'Fixed');
```

And here is what I get:

`PHP Fatal error: Uncaught Github\Exception\RuntimeException: Invalid request.
No subschema in "anyOf" matched.
`

When I debug I see that the response I get is actually:

`ERROR 422 Unprocessable Entity`

I didn't manage to identify the cause of this problem...

**Some more information:**

- It does work when I call github's API directly via postman with the same github token
- While debugging I saw that the URI and HTTP methods seem correct (but maybe not until the end?)
- I'm not sure about the request's body
- VERSION 2.12.1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start with the add-a-label example in the linked issue-labels documentation and the PHP call shown for version 2.12.1. Compare the request body and response handling with the successful Postman request; done means adding the label no longer produces the 422 Invalid request error.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
github, php
領域
api
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。