Imported Issue: https://api.github.com/repos/****/****/issues/7
Traceback (most recent call last):
File "migrate.py", line 608, in
sys.exit(main(options))
File "migrate.py", line 205, in main
assert gh_issue_id == issue['local_id']
AssertionError
Received this error when running the script. I fixed it by making a new github repo that didn't already have issues in it. Guess it doesn't work if your repo already has issues.
Imported Issue: https://api.github.com/repos/****/****/issues/7 Traceback (most recent call last): File "migrate.py", line 608, in
sys.exit(main(options))
File "migrate.py", line 205, in main
assert gh_issue_id == issue['local_id']
AssertionError
Received this error when running the script. I fixed it by making a new github repo that didn't already have issues in it. Guess it doesn't work if your repo already has issues.