When I try to get this feed on my self hosted 3.9.13 instance I get an error: https://www.atlasobscura.com/feeds/latest
The error is:
This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.
I do not get this error on the public 3.10 instance. In looking at the debug, it looks like it’s the first item in the feed that is causing the problem:
https://www.atlasobscura.com/places/cat-head-delta-blues-folk-art
When I look at the debug, it throws this error, which I think is from Readability:
<b>Deprecated</b>: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in <b>/var/www/html/fulltext/libraries/readability/JSLikeHTMLElement.php</b> on line <b>59</b><br />
Any suggestions on how to fix this?