popcorn-time-ru / popcorn-ru

Multilang api for popcorn
https://www.reddit.com/r/PopCornTimeApp/
149 stars 61 forks source link

[nested] failed to find nested object under path [rating] [index: movies] [reason: all shards failed] #53

Closed ottar-eten-yod closed 2 years ago

ottar-eten-yod commented 2 years ago

Possibly related to https://github.com/popcorn-time-ru/popcorn-ru/commit/242bdb06ff992b98422686235a642565d2e8c404

ivan1986 commented 2 years ago

i fix it after error in prod elastic 8.4.2, create index and populate after move

ottar-eten-yod commented 2 years ago

Hmm odd. I clone the repository like fresh. Then I remove that commits changes and the error is gone. But then none of the data is showing up on the API page so.

ivan1986 commented 2 years ago

fixed

8KV commented 2 years ago

fixed

I just did a fresh install but the problem still persists.

ivan1986 commented 2 years ago

it was fixed long time ago and work on prod check local elastic version and check indexes

8KV commented 2 years ago

it was fixed long time ago and work on prod check local elastic version and check indexes

I used the guide from the documentation. Is the version outdated there?

ivan1986 commented 2 years ago

no, it's last version

8KV commented 2 years ago

it was fixed long time ago and work on prod check local elastic version and check indexes

How do I check the indexes?

ivan1986 commented 2 years ago

http://localhost:9200/_aliases http://localhost:9200/_cluster/health run fos:elastica:populate

8KV commented 2 years ago

fos:elastica:populate

Fixed it. Thank You very much.