Hello, I'm getting an error when executing:
harview -vv --filter-all <my file>
...
0 GET https://webuntis.com/
Request headers
Host: webuntis.com
...
Response headers (status = 0)
server: nginx
...
Traceback (most recent call last):
File "/ssd2/workspaces/python/harview/./src/harview", line 200, in <module>
output_entry(entry, not args.nocolor, args.verbose)
File "/ssd2/workspaces/python/harview/./src/harview", line 158, in output_entry
sys.stdout.write(' Response data (%s)\n' % (entry['response']['content']['mimeType']))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'mimeType'
I'm on Ubuntu 24.04 using Python 3.12.7
Hello, I'm getting an error when executing:
I'm on Ubuntu 24.04 using Python 3.12.7