bitbot icon indicating copy to clipboard operation
bitbot copied to clipboard

Link title preview fails [solved with workaround]

Open poVoq opened this issue 2 years ago • 0 comments

I had an issue with html5lib not parsing link titles with the develop branch.

Turns out the version 1.0.1 from the requirements.txt wasn't working, but replacing it with the newer 1.1 via:

pip uninstall html5lib
pip install html5lib

did the trick.

poVoq avatar May 28 '23 00:05 poVoq