Giter Site home page Giter Site logo

Comments (3)

Humbedooh avatar Humbedooh commented on August 16, 2024

This is an ElasticSearch 5.x/6.x compatibility issue. 6.x AIUI does not have the string type any longer, and so this error shows up. We'll need to account for that in the setup script. Fastest solution is to downgrade to a 5.x installation if you need it working right now. I'll look into a fix for the setup later this week.

from kibble-1.

germonprez avatar germonprez commented on August 16, 2024

Ok. Rolled back. Ran the setup script (but not as sudo). Things seemed to click better.

Creating index kibble
Index created! {'acknowledged': True, 'shards_acknowledged': True, 'index': 'kibble'}
Creating administrator account
Account created!
Writing Kibble config (../api/yaml/kibble.yaml)
Traceback (most recent call last):
File "setup.py", line 239, in
with open(kibble_yaml, "w") as f:
PermissionError: [Errno 13] Permission denied: '../api/yaml/kibble.yaml'

Should I have run it as sudo? If so, can I just create this yaml file manually (or do you have a sample)? A rerun of setup.py ended up showing all good but no indication of kibble.yaml creation (and it doesn't exist in the api/yaml folder).

Okay, I got all I need, setting up Kibble...
Error: ElasticSearch index 'kibble' already exists!

from kibble-1.

germonprez avatar germonprez commented on August 16, 2024

Had a second.

  • Deleted kibble index from elasticsearch and reran setup.py as sudo. All seems good.

from kibble-1.

Related Issues (20)

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.