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
My system info
OS: Arch linux (6.12.9-arch1-1)
DE: GNOME 47.3
CPU: AMD Ryzen 5 7600
GPU: Geforce RTX 4060
Python version: 3.13.1
Hidamari version: v3.6
So i recently updated all my softwares with yay -Syu one of these softwares is python, suddenly hidamari stopped working, when trying to launch via terminal i received this output:
INFO:Hidamari:Hidamari v3.6
--- System information ---
is_gnome = True
is_wayland = True
is_nvidia_proprietary = True
is_vdpau_ok = True
is_flatpak = False
--------------------------
INFO:Hidamari:[Args] {'p': 0, 'background': False, 'debug': False, 'reset': False}
Traceback (most recent call last):
File "/usr/bin/hidamari", line 44, in <module>
sys.exit(main.main(VERSION, pkgdatadir, localedir))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/hidamari/hidamari/__main__.py", line 56, in main
server.main(version, pkgdatadir, localedir, args)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/hidamari/hidamari/server.py", line 334, in main
server = HidamariServer(version, pkgdatadir, localedir, args)
File "/usr/share/hidamari/hidamari/server.py", line 95, in __init__
self._load_config()
~~~~~~~~~~~~~~~~~^^
File "/usr/share/hidamari/hidamari/server.py", line 107, in _load_config
self.config = ConfigUtil().load()
~~~~~~~~~~~~~~~~~^^
File "/usr/share/hidamari/hidamari/utils.py", line 458, in load
self._checkDefaultSource(config)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/usr/share/hidamari/hidamari/utils.py", line 433, in _checkDefaultSource
if mode == MODE_VIDEO and not os.path.isfile(default_source):
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "<frozen genericpath>", line 39, in isfile
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered:
My system info
OS: Arch linux (6.12.9-arch1-1)
DE: GNOME 47.3
CPU: AMD Ryzen 5 7600
GPU: Geforce RTX 4060
Python version: 3.13.1
Hidamari version: v3.6
So i recently updated all my softwares with
yay -Syu
one of these softwares is python, suddenly hidamari stopped working, when trying to launch via terminal i received this output:The text was updated successfully, but these errors were encountered: