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
Since there is broken versioning on hyfetch-extra-legal-git I have tried to switch to the main "branch", but it doesn't run as expected.
Traceback (most recent call last):
File "/usr/bin/hyfetch", line 33, in <module>
sys.exit(load_entry_point('HyFetch==1.4.11', 'console_scripts', 'hyfetch')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/hyfetch/main.py", line 420, in run
preset = preset.set_light_dl(config.lightness or GLOBAL_CFG.default_lightness())
^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'set_light_dl'
Does this issue still occur in the master branch? (Required)
Expected behavior
Run normally and output according to the config file.
Your error is happening because the configured polyamorous flag (under preset in your config) is not yet available in hyfetch. There is an open PR to upstream those new flags #295. It seems the PR may have stalled, but it definitely would be good to get those flags in the project.
Describe the bug
Since there is broken versioning on hyfetch-extra-legal-git I have tried to switch to the main "branch", but it doesn't run as expected.
Expected behavior
Run normally and output according to the config file.
Screenshots
output of the alternative version
Config file
Please paste the content of
~/.config/hyfetch.json
below:Additional context
N/A
The text was updated successfully, but these errors were encountered: