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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
If you start the script with an user without a home directory e.g. apache an error occur:
File "/usr/local/lib/python3.5/dist-packages/samsungctl/__main__.py", line 97, in main
config = _read_config()
File "/usr/local/lib/python3.5/dist-packages/samsungctl/__main__.py", line 31, in _read_config
directories.append(os.path.join(os.getenv("HOME"), ".config"))
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.__class__.__name__)) from None
A fix is maybe add a argument --noconf
and a real fix would be check if the user has a home directory
The text was updated successfully, but these errors were encountered:
Output with #35 on my Windows 11 23H2 system: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Temp\samsungctl-master - Copy\samsungctl\__main__.py", line 1, in <module> import appdirs ModuleNotFoundError: No module named 'appdirs'
If you start the script with an user without a home directory e.g. apache an error occur:
A fix is maybe add a argument
--noconf
and a real fix would be check if the user has a home directory
The text was updated successfully, but these errors were encountered: