You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I've just installed codext by means pipx. Both running the main command:
[~]$ codext
Traceback (most recent call last):
File "/Users/ror6ax/.local/bin/codext", line 5, in <module>
from codext.__init__ import main
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__init__.py", line 5, in <module>
from .__common__ import *
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__common__.py", line 205, in <module>
_set_exc("InputSizeLimitError")
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__common__.py", line 204, in _set_exc
setattr(builtins, name, locals()[name])
~~~~~~~~^^^^^^
...and the other bundled ones:
[~]$ echo "Test string" | base91
Traceback (most recent call last):
File "/Users/ror6ax/.local/bin/base91", line 5, in <module>
from codext.base.base91 import main91
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__init__.py", line 5, in <module>
from .__common__ import *
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__common__.py", line 205, in <module>
_set_exc("InputSizeLimitError")
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/ror6ax/.local/pipx/venvs/codext/lib/python3.13/site-packages/codext/__common__.py", line 204, in _set_exc
setattr(builtins, name, locals()[name])
~~~~~~~~^^^^^^
KeyError: 'InputSizeLimitError'
...seem to produce the same error.
The text was updated successfully, but these errors were encountered:
Hi.
I've just installed codext by means pipx. Both running the main command:
...and the other bundled ones:
...seem to produce the same error.
The text was updated successfully, but these errors were encountered: