Zed
Zed
That's interesting, thank you. Is your Redis config default? Do you use a password?
@tux93 I've pushed a commit that could potentially solve the issue, but I have no way to reproduce it so I can't test.
Using latest commit and your Redis config, I'm still unable reproduce the issue. I tried reverting to before the changes I mentioned, but it still works fine despite opening ~100...
RSS requests should never take more than 1 secoond at most, so increasing timeouts won't help. Increasing the cache time doesn't seem like it would help, since the issue appears...
I've pushed an update to my Redis pool that adds error handling, discarding bad connections. It may help, but of course you shouldn't run into these errors to begin with.
In that case I recommend you just disable the Redis pool, then everything should be fine
What instance?
nitter.net has rate limiting for RSS, but you should only be affected if you have hundreds of feeds and inoreader tries to get them all at once in intervals
This is implemented and (almost) fully working, but requires an implementation of video streaming I haven't gotten flawless yet due to a weird quirk with how Twitter's CDN/cache works. I...
It's implemented here #634 but needs more testing since Twitter's mp4 streams seemingly aren't meant to be streamed. Weird handling of cache misses is necessary by retrying requests for up...