将 Launchpad 错误迁移到 GitHub 问题 > 触发滥用检测
Migrate Launchpad bugs to GitHub Issues > trigger abuse detection
基于 I'm trying to migrate my project bugs from Launchpad to GitHub. With both tools LP2GH and github-issue-importer 我 运行 变成 abuse detection trigger
exception: {"message":
"You have triggered an abuse detection mechanism
and have been temporarily blocked from content
creation. Please retry your request again later.",
"documentation_url":
"https://developer.github.com/v3#abuse-rate-limits"
}
来自LP2GH
如果我稍等片刻再尝试迁移,它们都会从头开始,产生重复的问题,并以与以前相同的问题结束(再次触发滥用)。
如何迁移 所有 个错误?
我最终向 lp2gh
添加了一个 failsafe
方法,该方法将在一分钟后重试。 pull request 待处理。
基于 abuse detection trigger
exception: {"message":
"You have triggered an abuse detection mechanism
and have been temporarily blocked from content
creation. Please retry your request again later.",
"documentation_url":
"https://developer.github.com/v3#abuse-rate-limits"
}
来自LP2GH
如果我稍等片刻再尝试迁移,它们都会从头开始,产生重复的问题,并以与以前相同的问题结束(再次触发滥用)。
如何迁移 所有 个错误?
我最终向 lp2gh
添加了一个 failsafe
方法,该方法将在一分钟后重试。 pull request 待处理。