2025-01-13, 03:43 PM
(This post was last modified: 2025-01-13, 09:22 PM by thymon. Edited 1 time in total.)
Hello,
I'm here to find a bit of help because everything seems to be properly implemented, yet it's not working.
Jellysearch shows no errors in the logs:
And Meilisearch is receiving requests from Jellysearch as expected :
I've modified my NPM configuration (Yes I use port 9096 )
However, it's not working — the search in Jellyfin doesn't return any results.
I have to undo the NPM modification to restore Jellyfin's search functionality.
As a result, I can't take advantage of Jellysearch.
Do you have any idea where the issue might be coming from?
I'm here to find a bit of help because everything seems to be properly implemented, yet it's not working.
Jellysearch shows no errors in the logs:
Code:
warn: Microsoft.AspNetCore.Hosting.Diagnostics[15]
Overriding HTTP_PORTS '8080' and HTTPS_PORTS ''. Binding to values defined by URLS instead 'http://0.0.0.0:5000'.
info: JellySearch.Jobs.IndexJob[0]
Indexing items...
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://0.0.0.0:5000
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
Content root path: /app
info: JellySearch.Jobs.IndexJob[0]
Indexed 233886 items, it might take a few moments for Meilisearch to finish indexing
And Meilisearch is receiving requests from Jellysearch as expected :
Code:
2025-01-13T15:00:00.252755Z INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/sortable-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=127µs time.idle=2.86ms
2025-01-13T15:00:00.259024Z INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/searchable-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=144µs time.idle=5.49ms
2025-01-13T15:00:00.265120Z INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/displayed-attributes query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=88.1µs time.idle=5.31ms
2025-01-13T15:00:00.266777Z INFO index_scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.
2025-01-13T15:00:00.274445Z INFO HTTP request{method=PUT host="192.168.10.100:7700" route=/indexes/items/settings/ranking-rules query_parameters= user_agent=Meilisearch .NET (v0.15.0) status_code=202}: meilisearch: close time.busy=118µs time.idle=8.60ms
2025-01-13T15:00:00.289329Z INFO index_scheduler: A batch of tasks was successfully completed with 3 successful tasks and 0 failed tasks.
2025-01-13T15:00:00.309443Z INFO index_scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.
I've modified my NPM configuration (Yes I use port 9096 )
However, it's not working — the search in Jellyfin doesn't return any results.
I have to undo the NPM modification to restore Jellyfin's search functionality.
As a result, I can't take advantage of Jellysearch.
Do you have any idea where the issue might be coming from?