jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
314 stars 97 forks source link

GitHub abuse detection block #27

Closed henhouse closed 8 years ago

henhouse commented 9 years ago

You have triggered an abuse detection mechanism and have been temporarily blocked from content creation. Please retry your request again later.

Anyone know how sensitive GitHub's thing is?

linuxbandit commented 8 years ago

Running into the same problem (probably), I get a 403 error after the first 10 issues or so.

Maybe a pause in the script can help?

As for your question, probably here there's the answer (a link in there)

ingomueller-net commented 8 years ago

I added a sleep of 10 seconds after pushing a comment. This allowed me to fly under the radar, but maybe it's not a great solution for larger projects...

linuxbandit commented 8 years ago

@ingomueller-net did you push the code somewhere? I'd like to use it for some personal project too, now that I think of it

jeffwidman commented 8 years ago

Fixed by switching to using the Github import API directly in ac123bcc36fc50eab130b322df426c32999b318a - thanks to @nicoddemus for the PR.