Hi Tarun_0x0 (IRC) , I'm gonna need more info than that if I'm to help :)
Any logs in the ES container, for starters?
aabbi15_ joined the channel
Tarun_0x0 joined the channel
Tarun_0x0
Hey monkey[m] , So, my Elasticsearch is running on WSL, and I can access it in my browser at http://localhost:9200. However, when I try to perform indexing for the first time through the Bookbrainz website by going to http://localhost:9099/search/reindex, the server crashes with the following error in my terminal.
Uncaught Exception:
ResponseError: illegal_argument_exception
at IncomingMessage.<anonymous> (D:\os\bookbrainz-site\node_modules\@elastic\elasticsearch\lib\Transport.js:289:25)
at IncomingMessage.emit (node:events:523:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1367:12)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
About to exit with code: 1
Initially, I never had to use the search server, so I didn't focus on this problem. However, recently I found out that this is crucial for an issue in BB.
monkey[m]
What did you try? Any good result seraches on that exception?