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
I'm starting to see a cast exception when calling github.issue.addLabelsToIssue(). I suspect an github api / encoding change? Calls from just a few hours ago were working.
type '_Map<String, dynamic>' is not a subtype of type 'List<dynamic>'
#0 GitHub.requestJson (package:github/src/common/github.dart:335:33)
<asynchronous suspension>
#1 GithubService.addLabelsToIssue (package:sdk_triage_bot/src/github.dart:[40](https://github.com/dart-lang/sdk/actions/runs/10607949422/job/29401239405#step:6:41):5)
<asynchronous suspension>
...
The text was updated successfully, but these errors were encountered:
I'm starting to see a cast exception when calling github.issue.addLabelsToIssue(). I suspect an github api / encoding change? Calls from just a few hours ago were working.
The text was updated successfully, but these errors were encountered: