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

Facing ''Github' object has no attribute 'issues' when run migration_manager.py #11

Open
akshay-joshi opened this issue Sep 3, 2021 · 0 comments

Comments

@akshay-joshi
Copy link

Traceback (most recent call last):
File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 228, in
mm.migrate_issues()
File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/migration_manager.py", line 200, in migrate_issues
github_issue_number = gm.make_github_issue(json_fname_fullpath, **gm_kwargs)
File "/Users/akshayjoshi/Developement/redmine2github/src/github_issues/github_issue_maker.py", line 360, in make_github_issue
issue_obj = self.get_github_conn().issues.create(github_issue_dict)
AttributeError: 'Github' object has no attribute 'issues'

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

1 participant