You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed, when using the -d option (for directory browsing), that none of the XML files where recognized. After some debuging, it appears my system report XML file as "text/xml" instead of "application/xml" (Amazon Linux 2).
Fix at line 330 : if mimetypes.guess_type(filename)[0] in [ "application/xml", "text/xml"] :
The text was updated successfully, but these errors were encountered:
Hello.
I noticed, when using the -d option (for directory browsing), that none of the XML files where recognized. After some debuging, it appears my system report XML file as "text/xml" instead of "application/xml" (Amazon Linux 2).
Fix at line 330 :
if mimetypes.guess_type(filename)[0] in [ "application/xml", "text/xml"] :
The text was updated successfully, but these errors were encountered: