-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Reeder 3/iOS does not work with the fever API implementation #1999
Description
I just installed FreshRSS master on my system to switch away from Feedly Cloud Solution to a self-hosted one. I'm pleasantly surprised how well the setup is described. Everything works out well.
I started with Unread on my iPad as a mobile reader which worked great, but isn't easy for me to adopt. So I started using Reeder 3 (iOS) which is a better fit for me, but somehow does not work (Login failed).
As Unread worked, I'm pretty sure my setup is correct. I also followed this page to check my setup. At the last part it hints about a change in fever.api (I guess it should read "/p/api/fever.php" instead) to log the requests that go in via API.
The only things that go into the log if I try to login with Reeder is this:
fever.log
Reeder/3.1.21 CFNetwork/902.2 Darwin/17.7.0: {"api":""}
There is not even content in the JSON requests, so I'm not sure whether the problem is within Reeder or within FreshRSS Fever API implementation. But as Reeder is free, maybe someone else more capable is able to help me here.
If I remove my login from Unread and re-add the source, this gets dumped into the log (comparision):
Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":""} Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":"","api_key":"409283a4322b2a61xxxxxxxxxxxxxxxx"} Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":"","feeds":"","api_key":"409283a4322b2a61xxxxxxxxxxxxxxxx"} Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":"","groups":"","api_key":"409283a4322b2a61xxxxxxxxxxxxxxxx"} Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":"","unread_item_ids":"","api_key":"409283a4322b2a61xxxxxxxxxxxxxxxx"} Unread/109055 CFNetwork/902.2 Darwin/17.7.0: {"api":"","saved_item_ids":"","api_key":"409283a4322b2a61xxxxxxxxxxxxxxxx"}
Did someone positive-test Reeder 3 with FreshRSS? Maybe the problem is on my side.