mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 83 forks source link

Splash RSS feed fails to load contents for feed generated from TinyTinyRSS #183

Closed solarchemist closed 2 years ago

solarchemist commented 6 years ago

The ability to display the contents of an RSS feed in the sidebar is a neat touch. I thought I could use it to include a curated feed from my TinyTinyRSS service, but something causes this particular feed not to load. I've tried with other feeds, and they appear to work, so I suspect either the length of the feed URL or some special character in it causes it?

To recap, this feed URL does not work: https://ttrss.chepec.se/public.php?op=rss&id=-2&view-mode=all_articles&key=y9jw1r5aa4b79592a3f An example of a feed URL that does work: https://chepec.se/feed.xml

I have not been able to pinpoint a particular error in the console log, but I have noticed a few errors that I include here on the off chance that they might be related.

GET https://muximux.example.com/css/fonts/PT_Sans-400-latin.woff2 net::ERR_ABORTED
GET https://muximux.example.com/css/fonts/fontawesome-webfont.woff2?v=4.5.0 net::ERR_ABORTED 
GET https://muximux.example.com/css/fonts/PT_Sans-400-latin.woff net::ERR_ABORTED
GET https://muximux.example.com/css/fonts/fontawesome-webfont.woff?v=4.5.0 net::ERR_ABORTED
GET https://muximux.example.com/css/fonts/PT_Sans-Web-Regular.ttf net::ERR_ABORTED
GET https://muximux.example.com/css/fonts/fontawesome-webfont.ttf?v=4.5.0 net::ERR_ABORTED
Uncaught TypeError: Cannot read property 'category' of undefined
    at combineify.php?type=javascript&files=js/jquery-2.2.4.min.js,js/jquery-ui.min.js,js/jquery.form.min.js,js/bootstrap.min.js,js/iconset-muximux.js,js/bootstrap-iconpicker.min.js,js/main.js,js/functions.js,js/spectrum.min.js,js/modernizr-custom-3.3.1.min.js,js/jquery.ui.touch-punch.min.js,js/yrss.min.js,js/jquery.webticker.min.js:293

Edit: I tested the hypothesis of URL length or special chars by using a link shortener for the feed URL. As far as I can see nothing changed (still no feed contents displayed, and exact same errors as above in the console log). Any ideas?

solarchemist commented 2 years ago

I'm not using Muximux any longer, unsubbing from this issue and closing it.