byt3bl33d3r / WitnessMe

Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
GNU General Public License v3.0
727 stars 109 forks source link

wmdb soft_unicode missing #43

Open Telekors opened 2 years ago

Telekors commented 2 years ago

soft_unicode is depreciated from the markupsafe toolkit and thus wmdb no longer works.

The temporary fix for this issue is to install the older version of markupsafe, in pipx thats done with the following command: pipx inject witnessme --pip-args install markupsafe==2.0.1

Donovoi commented 2 years ago

Same issue for me.

Thank you for the workaround!

seajaysec commented 1 year ago

Appreciate the workaround, @Telekors !!