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

TypeError: unhashable type: 'collections.OrderedDict' #10

Closed
Mi-Al opened this issue Nov 19, 2019 · 2 comments
Closed

TypeError: unhashable type: 'collections.OrderedDict' #10

Mi-Al opened this issue Nov 19, 2019 · 2 comments

Comments

@Mi-Al
Copy link

Mi-Al commented Nov 19, 2019

Hello, when I launch the program like this:

gitem repository Mi-Al WiFi-autopwner

I got the error:

Traceback (most recent call last):
  File "/usr/bin/gitem", line 11, in <module>
    load_entry_point('gitem==0.8.1', 'console_scripts', 'gitem')()
  File "/usr/lib/python3.8/site-packages/gitem/__main__.py", line 285, in main
    dispatch[args.command](ghapi, outputter, **vars(args))
  File "/usr/lib/python3.8/site-packages/gitem/__main__.py", line 109, in repository
    ("Contributors", collections.OrderedDict([
TypeError: unhashable type: 'collections.OrderedDict'

I run it on Arch Linux.

@mschwager
Copy link
Owner

Hey, thanks for reporting this! I fixed the issue in the above commit, and will release a fixed version soon 👍

@mschwager
Copy link
Owner

The latest version on PyPI (upgrade with pip install -U gitem) has the fix - thanks again!

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

2 participants