OpenVoiceOS / OpenVoiceOS/ovos-utils
after a day running in debug mode I get an error
Open
@NeonDaniel is already working on this.
Since Jul 11, 2024.
bug
- Dominant language
- Python
- Stars
- 6
- Forks
- 13
- Avg merge
- 1d 8m
- Merged PRs (30d)
- 8
Description
==> .local/state/mycroft/phal.log <==
logger = cls.create_logger(name, tostdout=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/denix/.venvs/ovos/lib/python3.11/site-packages/ovos_utils/log.py", line 125, in create_logger
handler = RotatingFileHandler(path, maxBytes=cls.max_bytes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/logging/handlers.py", line 155, in __init__
File "/usr/lib/python3.11/logging/handlers.py", line 58, in __init__
File "/usr/lib/python3.11/logging/__init__.py", line 1181, in __init__
File "/usr/lib/python3.11/logging/__init__.py", line 1213, in _open
OSError: [Errno 24] Too many open files: '/home/denix/.local/state/mycroft/phal.log'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.