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

ERROR fatal.nim(54) when fetching /rss #868

Closed
xgedev opened this issue May 8, 2023 · 5 comments · May be fixed by #907
Closed

ERROR fatal.nim(54) when fetching /rss #868

xgedev opened this issue May 8, 2023 · 5 comments · May be fixed by #907

Comments

@xgedev
Copy link

xgedev commented May 8, 2023

When fetching about 100 RSS feeds in a few seconds, the following error is sent 2-10 times:

ERROR fatal.nim(54)            sysFatal
asyncfutures.nim(389)    read
asyncfutures.nim(389)    read
asyncfutures.nim(389)    read
index 0 not in 1 .. 12

I set tokenCount = 10, redisMaxConnections = 200 and rssMinutes = 0.
Most requests resolve successfully though. Does anyone know what is causing this / how to fix it? Thanks!

@xgedev
Copy link
Author

xgedev commented May 8, 2023

Seems like there are definitely requests that don't resolve successfully. Any fix for this?

@banterCZ
Copy link

banterCZ commented Jun 5, 2023

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

@zedeus
Copy link
Owner

zedeus commented Jun 17, 2023

Can't reproduce, maybe you were running an old version of Nitter?

@duxovni
Copy link
Contributor

duxovni commented Jun 17, 2023

... 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.

@twiclo
Copy link

twiclo commented Jun 30, 2023

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

@zedeus zedeus closed this as completed Aug 19, 2023
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

Successfully merging a pull request may close this issue.

5 participants