python-mailcow icon indicating copy to clipboard operation
python-mailcow copied to clipboard

AttributeError: 'bytes' object has no attribute 'keys'

Open EvilHomer0815 opened this issue 2 years ago • 1 comments

mailcow alias get --all Traceback (most recent call last): File "/home/phil/mailcowpython/bin/mailcow", line 8, in sys.exit(main()) File "/home/phil/mailcowpython/lib/python3.9/site-packages/mailcow/cli.py", line 78, in main tables = moo.as_table(vertical=args.vertical) File "/home/phil/mailcowpython/lib/python3.9/site-packages/mailcow/init.py", line 251, in as_table table.field_names = data.keys() AttributeError: 'bytes' object has no attribute 'keys'

EvilHomer0815 avatar Jan 09 '24 18:01 EvilHomer0815

Same issue for me...

Djiock avatar Sep 23 '24 22:09 Djiock