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
A website currently number 3 on HN crashes the html2text parsing library. The following url crashes the library: https://itsfoss.com/mattermost-funding/
The exact issue is a type error on line 824, with a call to .sub where text is not a string or bytes-like object.
The full sterror stack-trace is here. error.txt
This is a fresh install from pip3 of haxor-news on osx.
I have not gotten a chance to properly debug. I am willing to investigate and potentially PR any fix.
The text was updated successfully, but these errors were encountered:
Description
A website currently number 3 on HN crashes the html2text parsing library. The following url crashes the library:
https://itsfoss.com/mattermost-funding/
The exact issue is a type error on line 824, with a call to
.sub
wheretext
is not a string or bytes-like object.The full sterror stack-trace is here.
error.txt
This is a fresh install from pip3 of haxor-news on osx.
I have not gotten a chance to properly debug. I am willing to investigate and potentially PR any fix.
The text was updated successfully, but these errors were encountered: