-
Notifications
You must be signed in to change notification settings - Fork 0
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: 'list' #53
Comments
Is this a new install, or a previously working install? The error suggests the list of group names read from SCM is invalid, which is odd. It will most likely be a problem in the configuration file. |
Thank you for replying so quickly. It's a new install with a new config and repeatable. I've removed (commented out) all groups apart from one under Groups and under what is referenced under Lists with the same result. |
Hmm. There are 3 possibilities.
For 2) Could you please supply a copy of your configuration file? |
Hi, this is running on my Mac via Python 3.11.3 with all the necessary libraries. Here is the config:
|
With a few minor changes to the config, this file worked for me. Can you try this config? I have been developing on Python 3.10, on Linux and Windows. What is confusing me is the original error message If this config does not work, I'll need to add a few debug statements in.
|
Hi Colin, many thanks for your help. All working well, I think it was down to some basic yaml formatting - things not aligned properly. May I make two additional feature suggestions? First, for auto-generated lists, it would be great if more than group could be specified: I would like to create an email list "Club wide distribution" which includes all the groups that the list should include. Likewise, it would be helpful if more than one type could be specified of who in the groups the list applies to. Second, in the entity types, would it be possible to support non-competitive? eg.
I realise this is dependent on the API supporting this. Thanks for your consideration. |
Great to hear the original issue has been resolved by config. The two feature requests, I have created as separate entries. #54 and #55 respectively. Not sure how soon I'll get to them, this is usually a project I deal with in the dark winter evenings. |
Hi, this is the output I get when trying to run SCM Helper:
Please let me know if you need any further information. Many thanks, Darren.
The text was updated successfully, but these errors were encountered: