[13:53:44] Hi, I'm not too sure where to ask, but I'm currently having a problem accessing the API from within Python - I'm getting timeouts consistently on code that used to work fine. Anyone able to help / point me in the right direction please? [15:54:03] Hello and thanks, I installed the Extension:RSS and am trying to show images. I followed the instructions to set $wgRSSAllowImageTag to true, and also to comment out this in RSSParser.php: If you want the image to show, set this to true in LocalSettings.php and in \extensions\RSS\RSSParser.php remove this part at lines 485 [15:54:04] if ( isset( $wgRSSAllowImageTag ) && $wgRSSAllowImageTag ) { [15:54:04]             $extraInclude[] = "img"; [15:54:05]         } else { [15:54:06]             $extraExclude[] = "img"; [15:54:06]         } [15:54:48] I validated the xml online and it shows the title, link and date fine, but does not show images. Is there something else I may have missed to get these images in the rss feed to show? Thanks very much! [15:57:59] And here is the top of my rss feed, showing the format: [15:57:59] [15:58:00]   New ListingGiants On Ancient Earth: An In-Depth Study On The Nephilim  by Jason Breshears [15:58:00]   [15:58:01]     https://i.ebayimg.com/thumbs/images/g/mvUAAOSw09VjAQew/s-l300.jpg [15:58:01]     New ListingGiants On Ancient Earth: An In-Depth Study On The Nephilim  by Jason Breshears [15:58:02]     https://archaix.wiki [15:58:02]   [15:58:03]   Apr-21 09:52 [15:58:04]   THB1,027.40 [15:58:04]   https://www.ebay.com/itm/275811704063?hash=item4037a89cff%3Ag%3AmvUAAOSw09VjAQew%26amdata=enc%3AAQAIAAAA4Jxxmw3HkcPmfg7h2QzScXPcLTNb9Vee2S6vqSv77EF8Q%2BdERJ5Hk2tcNAu%2FG3zlYGBcSJmpLL2TcS2M1N6VHodoz%2FihxGZMQHfqcysRN1s1Zl0tLoMSL6RNUV5uWNIvfmGYAcZ6IApZkSKvrzV7DcZlhQejitUQuCQhGuqyQoGYD4jwv4eprN%2ForjVXbVgut3wgzF%2B%2FOC3jSWhPYoMqt7%2BxVwtGY6% [15:58:04] 2B27NcPO12Ldgox0PnYYhaVmwKeM0kqAbCVVNSEBoxIeEjr8WIOqReVz0SUeWO0Q%2FSexF%2FtGFtAhJKB%7Ctkp%3ABk9SR77urtH0YQ%26LH_BIN=1 [15:58:05] [16:00:35] jojojo: use a pastebin [16:02:08] Sorry, thanks. Here is the full rss feed: https://pastebin.com/WUw0QFun [16:03:11] And here is where I commented out as per the instructions: https://pastebin.com/aNjYt6cu [16:03:54] Is there anything else I need to do to get around the Sanitizer? [16:05:58] And I set this in LocalSettings.php: $wgRSSAllowImageTag = true; [16:06:50] And here is the url to the page: https://archaix.wiki/index.php/RSS_Test [16:08:52] You can see the error at the link above on the wiki [16:13:43] It looks like I didn't comment everything out correctly? Here is the surrounding code: https://pastebin.com/AbDcEas0 [16:19:17] Sorry, I had commented out the wrong part in RSSParser.php, but have corrected it here and am still seeing the error: https://pastebin.com/Lx4UMPU7 [16:21:47] I got the error to go away, but the images are still not loading. Anything I might be missing? Thanks very much! [16:34:27] Is this the right place to ask a question about the extension? [16:41:14] Have I provided enough data in order for help to be received? Thanks again [16:47:29] It’s the right place [17:11:16] I added https://diff.wikimedia.org/feed/ which includes images, but it also does not display images: https://archaix.wiki/index.php/RSS_Test [17:28:45] Looks like other people have the same problem: https://www.mediawiki.org/wiki/Topic:Scs77xou1rjfq8di [17:29:09] Can anyone suggest a workaround that doesnt require the RSS extension? [18:05:32] I got a little further, found a feed that displays Would this be a clue as to how to get the images to display?