Giter Club home page Giter Club logo

nerfherder's People

Contributors

kevinwortman avatar llarco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nerfherder's Issues

Unable to fetch organization

When running the clone-organization program, I get the following error:

./clone-organization login=llarco org=CSUF-CPSC-120-LW
GitHub password:
INFO:root:fetching organization org=CSUF-CPSC-120-LW
Traceback (most recent call last):
  File "./clone-organization", line 69, in <module>
    main()
  File "./clone-organization", line 25, in main
    org = the_github.get_organization(args.org)
  File "/usr/local/lib/python3.7/site-packages/github/MainClass.py", line 249, in get_organization
    "/orgs/" + login
  File "/usr/local/lib/python3.7/site-packages/github/Requester.py", line 260, in requestJsonAndCheck
    return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url)))
  File "/usr/local/lib/python3.7/site-packages/github/Requester.py", line 271, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.UnknownObjectException: 404 {'message': 'Not Found', 'documentation_url': 'https://developer.github.com/v3/orgs/#get-an-organization'}

Looking at the code, it seems that line 25 calls the method get_organization() passing the organization name as a parameter. However, when looking at the documentation of get_organization(), I see that it expects a "login" string: https://pygithub.readthedocs.io/en/latest/github.html#github.MainClass.Github.get_organization

No idea what the "login" string is, but I guess passing the organization name (which I believe it's unique) doesn't work.

I tried calling get_user().get_orgs() and was able to retrieve some organizations, but only the id was populated, and not the name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.