OpenVoiceOS / OpenVoiceOS/ovos-utils

after a day running in debug mode I get an error

Open
#250 0 comments 0 reactions 2 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.