howdy has been successfully installed and configured and sudo howdy test produces a perfect video image. The problem occurs with sudo howdy add resulting in the following:
$ sudo howdy -add
Traceback (most recent call last):
File "/usr/local/bin/howdy", line 96, in
import cli.add
File "/lib/howdy/cli/add.py", line 73, in
if not builtins.howdy_args.plain:
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'plain'
I've tried to search everywhere and no solution. Python is not one of my languages and looking at the code I cannot see what the error really is; it is in the add.py code from what I can tell.
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Ubuntu 24.04.3 LTS
Howdy version 2.6.1
howdy has been successfully installed and configured and sudo howdy test produces a perfect video image. The problem occurs with sudo howdy add resulting in the following:
$ sudo howdy -add
Traceback (most recent call last):
File "/usr/local/bin/howdy", line 96, in
import cli.add
File "/lib/howdy/cli/add.py", line 73, in
if not builtins.howdy_args.plain:
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'plain'
I've tried to search everywhere and no solution. Python is not one of my languages and looking at the code I cannot see what the error really is; it is in the add.py code from what I can tell.
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution (if applicable): Ubuntu 24.04.3 LTS
Howdy version 2.6.1