-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
ERROR fatal.nim(54) when fetching /rss #868
Comments
Seems like there are definitely requests that don't resolve successfully. Any fix for this? |
I have added several RSS feeds, but I observe the same error for only two specific usernames: https://nitter.cz/adent/rss and https://nitter.cz/Simindr/rss |
Can't reproduce, maybe you were running an old version of Nitter? |
... I can consistently reproduce this on nitter 2023-05-20 e3b3b38 by visiting an account that has recent age-restricted tweets, but you're right that I can't reproduce it on nitter 2023-05-30 38985af , and I'm not sure why; neither of the two commits between those versions look like they'd affect this, but maybe I'm missing something. Applying my linked PR on top of e3b3b38 does also fix the issue, for what it's worth. |
I'm getting this same error when just navigating to any account. I also have nothing in my search results. I'm not sure how I can see my version but I did do a git pull before posting. Running the manual install, no docker |
When fetching about 100 RSS feeds in a few seconds, the following error is sent 2-10 times:
I set
tokenCount = 10
,redisMaxConnections = 200
andrssMinutes = 0
.Most requests resolve successfully though. Does anyone know what is causing this / how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: