Skip to content
New issue

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

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

Already on GitHub? # to your account

gh: Trending reporting error #107

Closed
RupGautam opened this issue Feb 12, 2017 · 1 comment
Closed

gh: Trending reporting error #107

RupGautam opened this issue Feb 12, 2017 · 1 comment

Comments

@RupGautam
Copy link

Trying to pull trending topics and I got that error.

Listing daily trending all repos...
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/feedparser.py", line 399, in __getattr__
    return self.__getitem__(key)
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/feedparser.py", line 348, in __getitem__
    return dict.__getitem__(self, 'updated_parsed')
KeyError: 'updated_parsed'```


System info:

Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
@donnemartin
Copy link
Owner

Thanks for filing the issue, I can also reproduce it. Seems the GitHub Trends RSS data format has changed and is causing the issue.

donnemartin added a commit that referenced this issue Mar 26, 2017
This is due to a recent change in the underlying GitHub Trends RSS data format that powers the gh trending command.
donnemartin added a commit that referenced this issue Mar 26, 2017
This is due to a recent change in the underlying GitHub Trends RSS data format that powers the gh trending command.
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants