Git Product home page Git Product logo

Comments (4)

Sn0wCrack avatar Sn0wCrack commented on June 2, 2024

Double check you've correctly set up your config.json file with the correct credentials.

As well as that ensure you've created that database in your MySQL instance and imported db.sql into it.

from exhen-archive.

qxzg avatar qxzg commented on June 2, 2024

I think I have set up my database and config file correctly.
Because the url like api.php?action=hasgallery&gid=1591104&key=xxx and the Archive task are working properly.
Snipaste_3-18-8_37_25

Snipaste_3-18-9_16_48

from exhen-archive.

Sn0wCrack avatar Sn0wCrack commented on June 2, 2024

Oh wait, apologies, that function is actually querying your Sphinx instance, and not your MySQL instance.

Based on the output of your Sphinx instance, it's failing to create the pid file, you should ensure the directory /etc/sphinxsearch exists and that the user it's being run under has permission to read and write within it.

If you're using the sphinx.conf.linux that's provided in the repo, you'll probably just want to run the following:

sudo mkdir -p /etc/sphinxsearch/log
sudo mkdir -p /var/lib/sphinxsearch/data/exhen/

from exhen-archive.

qxzg avatar qxzg commented on June 2, 2024

Now it works, thank you

from exhen-archive.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.