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

www.seeks.fr cannot be reached, search is then no longer working. #16

Open
Quix0r opened this issue Apr 27, 2015 · 17 comments
Open

www.seeks.fr cannot be reached, search is then no longer working. #16

Quix0r opened this issue Apr 27, 2015 · 17 comments

Comments

@Quix0r
Copy link

Quix0r commented Apr 27, 2015

I get the following message in my logfile:

Apr 27 21:51:00.974 7f1cb0ff9700 Error: curl error on url www.seeks.fr/find_bqc?output=json: Could not resolve host: www.seeks.fr
Apr 27 21:51:01.701 7f1cb3fff700 Error: Failed deserializing db_query_record from gzip_stream
Apr 27 21:51:01.701 7f1cb3fff700 Error: Failed deserializing db_query_record
Apr 27 21:51:01.701 7f1cb3fff700 Error: transmission or deserialization error fetching batch records for query seeks from seeks-project.info/search.php
Apr 27 21:51:01.747 7f1cb37fe700 Error: Failed deserializing db_query_record from gzip_stream
Apr 27 21:51:01.747 7f1cb37fe700 Error: Failed deserializing db_query_record
Apr 27 21:51:01.747 7f1cb37fe700 Error: transmission or deserialization error fetching batch records for query seeks from seeks-project.info/search_exp.php
@beniz
Copy link
Owner

beniz commented Apr 29, 2015

Yes, it is down forever. There was a plan to host it elsewhere, need to look at it again. I can basically point the domain wherever someone is willing to host it.

@Quix0r
Copy link
Author

Quix0r commented May 9, 2015

How much traffic does it consume?

@beniz
Copy link
Owner

beniz commented May 9, 2015

Not much, a query per second at max, the project is not popular enough anymore. A protection against googlebots and other common crawlers is best to avoid useless traffic.

@Quix0r
Copy link
Author

Quix0r commented May 9, 2015

Or can you OpenSource them? Means that everyone can host their own scripts? I can put them on my server, I have this PHP version there:

PHP 5.4.39-0+deb7u2

@beniz
Copy link
Owner

beniz commented May 19, 2015

The historical php script is already in the repo:
https://github.com/beniz/seeks/tree/master/resources

@Quix0r
Copy link
Author

Quix0r commented May 19, 2015

So I basicy have to run a seeks proxy on my server as I understand it? Okay, I'm currently improving the script a lot as it seems really rudimentarily written ... :-)

@Quix0r
Copy link
Author

Quix0r commented May 19, 2015

Okay, it is now here:
https://seeks.mxchange.org/search.php (only self-signed, I know).

search_exp.php ist still needed?

@beniz
Copy link
Owner

beniz commented May 22, 2015

I don't believe you need search_exp

@beniz
Copy link
Owner

beniz commented May 22, 2015

your setup seems to work fine, though slowly, probably one of your search results source is slow.

@Quix0r
Copy link
Author

Quix0r commented May 22, 2015

Okay, I see it also being slow. I have activated some more sources.

@GreenLunar
Copy link

I use https://seeks.ru/ which seems to be one of the longest running Seeks nodes.

@Quix0r
Copy link
Author

Quix0r commented Jun 22, 2015

Hello @GreenLunar you can run your own seeks instance but you have to modify etc/seeks/cf-config (and create a backup file so you can easily restore it after you have updated seeks).

Then find the lines with "cf-peer" and replae all with:
cf-peer http://seeks.mxchange.org/search.php bsn
cf-peer http://seeks.ru/search.php bsn

Then you have my node and the other one and can benefit from both node's peer lists

@Quix0r
Copy link
Author

Quix0r commented Jun 22, 2015

I have changed cf-config and still I'm getting this:

Jun 22 16:01:11.019 7fd01dfc3700 Error: curl error on url http://www.seeks-project.info/search.php/search/txt/abc123/1963566387?lang=en: Connection time-out

@Quix0r
Copy link
Author

Quix0r commented Jun 22, 2015

Found another one:
query-capture-config

cross-post-url http://seeks.mxchange.org/search.php

@beniz
Copy link
Owner

beniz commented Jun 22, 2015

seeks-project.info/search is down forever

@GreenLunar
Copy link

@Quix0r
Copy link
Author

Quix0r commented Aug 22, 2015

It doesn't seem to work. I added a simple index.php with a redirect to search.php, not working. You end up in seeks proxy message.

Edit: Okay, the "header(Location: search.php); seems to mess around with seeks' internal handling of URLs. I have now setup a meta-refresh which seems to work. :)

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

No branches or pull requests

3 participants