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

Still problems with dump proc #459

Open
d0m1n1q0 opened this issue Sep 22, 2022 · 0 comments
Open

Still problems with dump proc #459

d0m1n1q0 opened this issue Sep 22, 2022 · 0 comments

Comments

@d0m1n1q0
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant