Skip to content

Namespace error #7

@gleporeNARA

Description

@gleporeNARA

Getting this error:

$ echo -en "test" | codext encode base64 gzip | codext guess
Traceback (most recent call last):
  File "/home/linuxbrew/.linuxbrew/bin/codext", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/linuxbrew/.linuxbrew/opt/python@3.11/lib/python3.11/site-packages/codext/__init__.py", line 254, in main
    raise e
  File "/home/linuxbrew/.linuxbrew/opt/python@3.11/lib/python3.11/site-packages/codext/__init__.py", line 230, in main
    s, lb = args.stop_function, args.lang_backend
                                ^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'lang_backend'

Any ideas? I installed codext with pip. Thanks.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions