Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Still problems with dump proc #459

@d0m1n1q0

Description

@d0m1n1q0

arch linux & ananicy-git & python 3.10.7

sudo ananicy dump proc
Traceback (most recent call last):
File "/usr/bin/ananicy", line 845, in
main(sys.argv)
File "/usr/bin/ananicy", line 837, in main
daemon.dump_proc()
File "/usr/bin/ananicy", line 761, in dump_proc
print(json.dumps(proc_dict, indent=4), flush=True)
File "/usr/lib/python3.10/json/init.py", line 238, in dumps
**kw).encode(obj)
File "/usr/lib/python3.10/json/encoder.py", line 201, in encode
chunks = list(chunks)
File "/usr/lib/python3.10/json/encoder.py", line 431, in _iterencode
yield from _iterencode_dict(o, _current_indent_level)
File "/usr/lib/python3.10/json/encoder.py", line 376, in _iterencode_dict
raise TypeError(f'keys must be str, int, float, bool or None, '
TypeError: keys must be str, int, float, bool or None, not tuple

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions