google-code-issues-migrator
google-code-issues-migrator copied to clipboard
404 trying to list google code issues
What am I doing wrong? As best I can tell, I'm using the correct syntax.
$ ./migrateissues.py -d roboguice emmby google-code-issues-migrator-tester
Github password:
Retrieving existing Github issues...
Usage: migrateissues.py [options] <google project name> <github username> <github project>
Migrate all issues from a Google Code project to a Github project.
Options:
-h, --help show this help message and exit
-a, --assign-owner Assign owned issues to the Github user
-b BASE_ID, --base-id=BASE_ID
Number of issues in Github before migration
-d, --dry-run Don't modify anything on Github
-p, --omit-priority Don't migrate priority labels
-s, --synchronize-ids
Ensure that migrated issues keep the same ID
Traceback (most recent call last):
File "./migrateissues.py", line 411, in <module>
process_gcode_issues(existing_issues)
File "./migrateissues.py", line 275, in process_gcode_issues
issues_feed = google.get_issues(google_project_name, query = query)
File "/Library/Python/2.7/site-packages/gdata/projecthosting/client.py", line 43, in get_issues
project_name, desired_class=desired_class, **kwargs)
File "/Library/Python/2.7/site-packages/gdata/client.py", line 640, in get_feed
**kwargs)
File "/Library/Python/2.7/site-packages/gdata/client.py", line 319, in request
RequestError)
gdata.client.RequestError: Server responded with: 404,
I assume this is because the google data issue tracker api has been discontinued.
Fixed -- project now scrapes HTML: #32.