- Look at the TLD
- https://hipstercat.fr
- Joined on
2016-08-18
Block a user
Error: feed is empty. Did you set up 'element' field correctly?
You can pull the latest commit (d48f2f5d5c60dddb849f23273aa450e3344f834e) and run python3 manage.py makemigrations
then python3 manage.py migrate
.
No content-type or content-type ~= '^text/html'
- This is caused by a too restrictive CSS selector. You can fix that manually by creating a superuser (which is normally optional) by running
python3 manage.py createsuperuser
and then navigate and log in to http://127.0.0.1:8000/admin/web/feed/. Here you will see all your configured feeds and clicking on the problematic one will allow you to fine tune the settings. Check theelement
property and set it to a less restrictive one (maybe your current value includes some article ID which is obviously unique). - By default
python3 manage.py runserver
allows only local connections and isn't open on your local network. You can fix it by runningpython3 manage.py runserver 0.0.0.0:8080
. You can also change the port number if you want to.
Keep in mind HRSS is an abandonned project and I'm not planning to fix issues unless they are very simple to fix.
No content-type or content-type ~= '^text/html'
Hi!
The logging message No content-type or content-type ~= ‘^text/html’
is normal behavior and does not indicate an error at all.
Your error should be fixed in 47e24b64594d022d658e57d6ee856e4c856e4409. Please let me know if it works for you.
You can either git checkout master && git pull
or download and run https://hipstercat.fr/gogs/hipstercat/hrss/releases/tag/v0.3