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

Can't display dailies or todos #24

Open
rawyak opened this issue Sep 23, 2023 · 1 comment
Open

Can't display dailies or todos #24

rawyak opened this issue Sep 23, 2023 · 1 comment

Comments

@rawyak
Copy link

rawyak commented Sep 23, 2023

Hello everybody,
I installed Habitipy on my Linux computer (MX 21) and if i try to display my dailies or my todos I get this:

$ habitipy todos Traceback (most recent call last): File "/usr/local/bin/habitipy", line 8, in <module> sys.exit(HabiticaCli()) File "/usr/local/lib/python3.9/dist-packages/plumbum/cli/application.py", line 177, in __new__ return cls.run() File "/usr/local/lib/python3.9/dist-packages/plumbum/cli/application.py", line 639, in run inst, retcode = subapp.run(argv, exit=False) File "/usr/local/lib/python3.9/dist-packages/plumbum/cli/application.py", line 634, in run retcode = inst.main(*tailargs) File "/usr/local/lib/python3.9/dist-packages/habitipy/cli.py", line 314, in main res = i + prettify(self.domain_format(task)) File "/usr/local/lib/python3.9/dist-packages/habitipy/util.py", line 102, in prettify string = emojize(string, use_aliases=True) if emojize else string TypeError: emojize() got an unexpected keyword argument 'use_aliases'

This occurs regardless if in the output to be displayed there are emojis or not.
I installed it with "sudo pip install habitipy[emoji]".

Is there something I can do?

ASMfreaK added a commit that referenced this issue Apr 28, 2024
Signed-off-by: Pavel Pletenev <cpp.create@gmail.com>
@ASMfreaK
Copy link
Owner

That library broke compatibility, sadly. I've fixed it now.

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