Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 trying to list google code issues #30

Open
emmby opened this issue Jul 24, 2013 · 2 comments
Open

404 trying to list google code issues #30

emmby opened this issue Jul 24, 2013 · 2 comments

Comments

@emmby
Copy link

emmby commented Jul 24, 2013

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, 
@chathhorn
Copy link

I assume this is because the google data issue tracker api has been discontinued.

@waddlesplash
Copy link

Fixed -- project now scrapes HTML: #32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants