hello-efficiency-inc / raven-reader

📖 All your articles in one place. Beautiful.
https://ravenreader.app
MIT License
2.76k stars 216 forks source link

FreshRSS API not working #686

Open alfureu opened 2 years ago

alfureu commented 2 years ago

Describe the bug I tried to connect this app to my self-hosted FreshRSS instance. I used the standard http://192.168.x.x/api/fever.php and http://192.168.x.x/api/greader.php addresses, none of which worked. Raven ended up in infinite loop.

To Reproduce Steps to reproduce the behavior:

  1. Try to add a new connection
  2. use the FreshRSS API links
  3. Observe

Expected behavior It should connect. I suspect the issue is that the server runs on http instead of a self-signed/signed https certificate.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Tone866 commented 1 year ago

I'm having the same issue. I think it's because authentication isn't implemented yet. If I try to connect with a auth token via https://domain/freshrss/i/?a=rss&user=user&token=token&hours=168 it works