google / github-issue-mover

Making it easy to migrate issues between repos.
https://github-issue-mover.appspot.com
Apache License 2.0
615 stars 58 forks source link

ez on null error when trying to move issues #123

Open sethladd opened 8 years ago

sethladd commented 8 years ago

screen shot 2015-12-19 at 10 52 21 am

screen shot 2015-12-19 at 10 52 26 am

alexsoble commented 8 years ago

Getting the same error.

sethladd commented 8 years ago

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.

azenla commented 8 years ago

This is actually a problem in the GitHub.dart library. See DirectMyFile/github.dart#47 as well as #3 and #11.

I will see about fixing this in GitHub.dart.

ruebot commented 8 years ago

Getting the same error.

lpanebr commented 8 years ago

I've got this when the mentioned or participating collaborators were not available in the destination repo.

DonJayamanne commented 7 years ago

Getting the same error. Used to work in the past, not anymore.

tleyden commented 7 years ago

For me it looks like it's failing for the same reason that @Ipanebr mentioned