-
|
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG I can trigger this with 2024.10.10+81aaca8f4 and 2024.10.15+3e87354f0. How did you install SearXNG? It is manually installed accordingly to the wiki. What happened? When searching in Videos section, some results don't display thumbnails. Most of the time, those are Peertube instances results. But some instance gets thumbnails, some don't. Using Shift-Reload on the web browser doesn't load missing thumbnails. I have checked my DNS and system logs but there was nothing that indicates a failure in DNS or a raised system limit. How To Reproduce Search whatever in the Videos section. I could reproduce it on public searxng instance when enabling Peertube/Sepiasearch egines. Although it happens in less cases. Expected behavior Get thumbnails for every videos. Screenshots & Logs Here's what the logs says: Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
The image is loaded by the From my IPs I can open: https://videos.pair2jeux.tube/lazy-static/thumbnails/67fd82f5-3cb0-4253-90cf-7cc81f28dfd2.jpg |
Beta Was this translation helpful? Give feedback.
-
Hum… from the shell, it does resolve and I can wget the thumbnail. I’ll see if I can find something about DNS resolution in python venv and uwsgi documentation. |
Beta Was this translation helpful? Give feedback.
-
|
@jcarnat I move your issue to the discussions ..(its a bug of the infrastructure we can't solve in SearXNG core). |
Beta Was this translation helpful? Give feedback.
-
|
I have redeployed a new test instance from scratch and the bug has disappeared. |
Beta Was this translation helpful? Give feedback.
I have redeployed a new test instance from scratch and the bug has disappeared.
The config has been copied from my problematic instance so I guess the problem lies somewhere in the Python venv...
Sorry for the noise!