-
Notifications
You must be signed in to change notification settings - Fork 27
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
searx.space - shows incorrect data #29
Comments
TLDR: I'm going to check more in detail about nibblehole.com Some technical details below:
All measures are done by searx-stats2 with two exceptions:
I notice that two days ago, there were many missing CSP grades, and at the same time observatory.mozilla.org took a very long time to respond. Note about the cache in searx-stats2: CSP grade is updated every 24 hours, but not all searx instances are updated at the same time. For example: if nibblehole.com was first added at 03:00, then updates will happen at every 03:00. The other instances can be updated at different time of the day. I know it is disturbing, and perhaps it needs some improvement. The CSP grade measure can be embedded into searx-stats2 using https://github.com/mozilla/http-observatory. This could be a good thing, because all requests would come from the same server: make searx-stats2 clear for the instance owner. Downside searx-stats2 needs to follow the updates of http-observatory.
Perhaps there is too much traffic. Perhaps Kimsufi network is not good enough. Perhaps it is related to the network of some instances. Some notes:
It would be better to measure on dedicated server. This is related to https://github.com/dalf/searx-stats2/issues/1 : basically I was thinking to launch an AWS EC2 instance every 3 hours, can be expended to instances in different location later. If you have a better idea, you are welcome to share it. Currently I'm working on https://github.com/dalf/searx-stats2/issues/9 so it will take some time before it is fixed. |
Actually geckodriver (to get HTML grade) was writing gigabytes of logs. |
hi, two days ago we changed the IP address for https://nibblehole.com/, unfortunately according to https://searx.space/ we get the status: Searx not found |
Yes because of this line: The regex doesn't match Either:
The solution 2 (the .../config URL) is the most robust. I have not use it that to avoid fetching of the .../config URL twice (also use in selfreport.py). But I think I'm going to implement this solution 2, just give me some time. |
done! we removed "nibblehole powered by" |
So https://nibblehole.com/ will appear online in less than 3 hours. |
thank you |
https://searx.space/ does not refresh results active instances, nibblehole.com - missing CSP grade. The search response time often shows incorrect data, suddenly 70% in red? I think the problem is with your network, maybe too much traffic on the server?
The text was updated successfully, but these errors were encountered: