- Look at the TLD
- https://hipstercat.fr
- Joined on
2016-08-18
HRSS uses HTML tags, id and classes to find content in HTML pages and to build the resulting RSS feed. Some websites like Reddit generate random classes for identical elements, making HRSS differentiate them and thus failing to correctly build the RSS feed.
mod_wsgi
Autoclosed the issue by mistake. I implemented this workaround in commit 7872bd31af
. Does it work on your end now?
mod_wsgi
Autoclosed the issue by mistake. 2876fe663d
should fix your issue. Can you confirm that you only have to change the BASE_URL
now?
mod_wsgi
I don't, but for the sake of this issue I added a subdirectory and it worked without editing STATIC_URL
. If I add a subdirectory to STATIC_URL
, the assets stop loading on my end.
I have never edited STATIC_URL
for any of my servers. Local uses python integrated webserver and works fine, and demo is behind nginx+uwsgi and works also fine out of the box. Are you perhaps using Apache?
I have modified the way BASE_URL could be implemented. Please pull latest commit (af9b1f0c5d9b9069b46670b465921eda11f28eca) and be sure to change the BASE_URL setting in hrss/setting.py.