edv / docker-spotweb

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets
MIT License
27 stars 19 forks source link

Error: Validating index idx_spots_l #32

Closed kennethhaspeel closed 4 years ago

kennethhaspeel commented 4 years ago

On a fresh "install" i use docker-compose but i'm getting an error on the setup of the database:

Image of Error

edv commented 4 years ago

Sadly Spotweb itself seems to be broken, I will have a look at it and revert to an older release until this is resolved.

edv commented 4 years ago

Code is reverted and it should work again. Will check from time to time to see if the master branch for Spotweb is working again

kennethhaspeel commented 4 years ago

I'm still getting the exact same error. Removed the git clone and re-cloned to make sure i wasn't doing something stupid. But still the same error

i'm assuming versions are changed with git checkout fbea155cfe73785078700ae2b87d5681a034ba4c

I was going to experiment a bit so not to have to bother you but i can't seem to find how to choose specific version.

edv commented 4 years ago

Did you rebuild the local container? (e.g. docker-compose -f docker-compose-x86.yml build --no-cache)

kennethhaspeel commented 4 years ago

My bad Thanks for the fast replies