Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not integrating with FreshRSS #855

Open
noja11 opened this issue Nov 10, 2022 · 0 comments
Open

Not integrating with FreshRSS #855

noja11 opened this issue Nov 10, 2022 · 0 comments

Comments

@noja11
Copy link

noja11 commented Nov 10, 2022

Not sure where I'm going wrong, but every time I integrate a working feed from FreshRSS with the FTRSS described process, the feed encounters errors.

When I add the UN News example from your readme, the feed works as expected.

For example: http://172.16.120.5:5620/feed?format=rss&url=https://www.aljazeera.com/xml/rss/all.xml is placed in the Feed URL section and returns an error on the feed in FreshRSS.

My docker run command is:

docker run
  -d
  --name='Full-Text-RSS'
  --net='bridge'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="name"
  -e HOST_CONTAINERNAME="Full-Text-RSS"
  -e 'MAX_ITEMS_PER_FEED'='5'
  -e 'CACHE_CONTROL_MAXAGE'='1800'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://github.com/imTHAI/unraid-templates/raw/main/rss.png' 'ghcr.io/whtsky/fulltextrssplz:master'

Not sure where I'm going wrong and any direction would be amazing. Thanks for the efforts on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant