-
Notifications
You must be signed in to change notification settings - Fork 58
ez on null error when trying to move issues #123
Comments
Getting the same error. |
I think I figured this out. It means (maybe among other things) that one of the repos doesn't have the right permissions. Even though I was an owner on both incoming and outgoing repos, I needed to disable the "require 3rd party tokens" or something... one of my repos was configured to only allow some pre-granted apps from manipulating that. And Github Issue Mover wasn't authorized as an app in the repo. Sorry, that's probably confusing, but hopefully it helps. I don't remember the exact details. |
This is actually a problem in the GitHub.dart library. See SpinlockLabs/github.dart#47 as well as #3 and #11. I will see about fixing this in GitHub.dart. |
Getting the same error. |
I've got this when the mentioned or participating collaborators were not available in the destination repo. |
Getting the same error. |
For me it looks like it's failing for the same reason that @Ipanebr mentioned |
The text was updated successfully, but these errors were encountered: