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
Puddletag fails to start properly and fails with a python error message instead of starting. See Additional context for the Traceback.
Steps To Reproduce
Steps to reproduce the behavior:
nix run nixpkgs#puddletag or nix-shell -p puddletag --run puddletag or something like that. You need to have a graphical environment.
Expected behavior
I expected puddletag to start and present its GUI
Additional context
puddletag Version: 2.3.0
Locale: en_US
Traceback (most recent call last):
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/bin/..puddletag-wrapped-wrapped", line 353, in <module>
from puddlestuff.puddletag import MainWin
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/lib/python3.11/site-packages/puddlestuff/puddletag.py", line 14, in <module>
from . import mainwin
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/lib/python3.11/site-packages/puddlestuff/mainwin/__init__.py", line 4, in <module>
from . import dirview
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/lib/python3.11/site-packages/puddlestuff/mainwin/dirview.py", line 12, in <module>
from ..tagmodel import has_previews
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/lib/python3.11/site-packages/puddlestuff/tagmodel.py", line 32, in <module>
from .audio_filter import parse as filter_audio
File "/nix/store/njrandvpg5j38ngrsjx8waa49q13ih3v-puddletag-2.3.0/lib/python3.11/site-packages/puddlestuff/audio_filter.py", line 183, in <module>
bool_expr.enablePackrat()
File "/nix/store/68g0072fj371qjmik5qlwlbiwgidsnfi-python3.11-pyparsing-3.1.2/lib/python3.11/site-packages/pyparsing/util.py", line 265, in _inner
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/nix/store/68g0072fj371qjmik5qlwlbiwgidsnfi-python3.11-pyparsing-3.1.2/lib/python3.11/site-packages/pyparsing/core.py", line 1132, in enable_packrat
ParserElement.packrat_cache = _FifoCache(cache_size_limit) # type: ignore[assignment]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/68g0072fj371qjmik5qlwlbiwgidsnfi-python3.11-pyparsing-3.1.2/lib/python3.11/site-packages/pyparsing/util.py", line 105, in __init__
keyring = [object()] * size
~~~~~~~~~~~^~~~~~
TypeError: can't multiply sequence by non-int of type 'Forward'
Describe the bug
Puddletag fails to start properly and fails with a python error message instead of starting. See Additional context for the Traceback.
Steps To Reproduce
Steps to reproduce the behavior:
nix run nixpkgs#puddletag
ornix-shell -p puddletag --run puddletag
or something like that. You need to have a graphical environment.Expected behavior
I expected puddletag to start and present its GUI
Additional context
Notify maintainers
@peterhoeg @dschrempf
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: