The bot will not show the RSS feed when executing docker-compose up, as the instructions would suggest:
root@ams03:/etc/Rss-Atom-Feed-Integration-for-Mattermost# docker-compose up
Recreating rssatomfeedintegrationformattermost_mattermost-rss_1 … done
Attaching to rssatomfeedintegrationformattermost_mattermost-rss_1
I never used this integration, but do you have any log message ? Can you give the result of docker logs rssatomfeedintegrationformattermost_mattermost-rss_1 please ?
There is no output when running docker logs. I have tried the install without docker and i get stuck when running the feed fetcher( ./env/bin/python ./feedfetcher.py ), basically at the same corresponding step as with the docker image install.
LE: I got the container to start, i literally done nothing but try docker-compose up a few times until it started.
When i run docker logs now, the output is:
2018-01-23 10:30:07,983 - [TheLoop] Feed is empty. Waiting for good news…
This now begs the question, why isn’t it showing the feeds. Should it show the feed retroactively or is it waiting for a new feed to get published and then post it in the command line ?