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

Newsletters don't refresh without login to web UI #1821

Open
quad opened this issue Oct 1, 2023 · 3 comments
Open

Newsletters don't refresh without login to web UI #1821

quad opened this issue Oct 1, 2023 · 3 comments

Comments

@quad
Copy link
Contributor

quad commented Oct 1, 2023

I'm using NetNewsWire to access Newsblur.

Newsletters will stop refreshing without me periodically logging in via a browser to newsblur.com.

@samuelclay
Copy link
Owner

I wish NetNewsWire would hit the /reader/refresh_feeds endpoint, as that refreshes the login date and keeps your feeds current.

@samuelclay
Copy link
Owner

samuelclay commented Oct 2, 2023

Here's the code that needs to be hit to ensure you're still a current user:

request.path == '/'
or request.path.startswith('/reader/refresh_feeds')
or request.path.startswith('/reader/load_feeds')
or request.path.startswith('/reader/feeds')

But it looks like NNW is hitting that:

https://github.com/Ranchero-Software/NetNewsWire/blob/5e3086667d91ef5b92597f44215cd90785052bd2/SyncClients/NewsBlur/Sources/NewsBlur/NewsBlurAPICaller.swift#L77

@quad
Copy link
Contributor Author

quad commented Oct 3, 2023

Yeah, the weird part is that feeds work normally. It’s only newsletters that stop refreshing after several days.

I tried tracing the newsletters refresh job but couldn’t see if something was triggering it that might be missed by NNN.

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

2 participants