Replies: 2 comments 10 replies
-
I am seeing this exact same issue. Traceback (most recent call last):
File "/app/mealie/scripts/reset_locked_users.py", line 34, in <module>
main()
File "/app/mealie/scripts/reset_locked_users.py", line 20, in main
locked_users = user_service.get_locked_users()
File "/app/mealie/services/user_services/user_service.py", line 14, in get_locked_users
return self.repos.users.get_locked_users()
File "/usr/local/lib/python3.10/functools.py", line 981, in __get__
val = self.func(instance)
File "/app/mealie/repos/repository_factory.py", line 173, in users
return RepositoryUsers(self.session, PK_ID, User, PrivateUser, group_id=self.group_id)
File "/app/mealie/repos/repository_generic.py", line 470, in __init__
raise ValueError("group_id must be set")
ValueError: group_id must be set |
Beta Was this translation helpful? Give feedback.
1 reply
-
still getting this error on latest release (not nightly) |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Mealie nightly .. I"m trying to use /app/mealie/scripts/reset_locked_users.py
It starts then fails with raise ValueError("group_id must be set")..
so i tried change password script as well.. same result..
any thoughts on this ? Do I need to add something to command line as an option ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions