Skip to content

import_issues attribute error #2

Open
@pgorod

Description

Hi, I'm trying out your script and I get this error when I try to import issues:

/var/www/github-issue-counter $ ./import_issues.py
Traceback (most recent call last):
  File "./import_issues.py", line 24, in <module>
    for i in gh.iter_repo_issues(ORG, REPO, state='all'):
  File "/usr/local/lib/python2.7/dist-packages/github3/models.py", line 58, in __getattr__
    raise AttributeError(attribute)
AttributeError: iter_repo_issues

Maybe I didn't use the correct GitHub Key, I wish you had more detailed steps to get it. I wen tinto my Gihub user's settings page (not the repo's settings page) and made a personal token with plenty of accesses.

Can you help me troubleshoot please? Thanks for your script!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions