You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed Zilean in a docker and see this in the log:
[11:54:18] | INFO | "Program" | Zilean API Service started
[11:54:18] | INFO | "Zilean.ApiService.Features.Dmm.DmmSyncJob" | DmmSyncJob started
[11:54:18] | INFO | "Zilean.Shared.Features.Shell.ShellExecutionService" | Executing: /app/dmmscraper
[11:54:18] | INFO | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Checking Elasticsearch connection to server "http://localhost:9200".
[11:54:18] | EROR | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Elasticsearch connection to server "http://localhost:9200" is offline.
[11:54:18] | INFO | "Zilean.ApiService.Features.Dmm.DmmSyncJob" | DmmSyncJob completed
The installation documentation says to only install Zilean..?
The text was updated successfully, but these errors were encountered:
The latest compose.yml doesn't have an Elasticsearch section but zilean still seems to be trying to use it:
[17:10:33] | EROR | "Zilean.Shared.Features.ElasticSearch.ElasticSearchClient" | Elasticsearch connection to server "http://localhost:9200" is offline.
I re-added the sections from the older compose.yml and it came back up but hasn't started populating either the sql database or elasticsearch.
UPDATE: I removed all volumes and restarted and it is loading the tables into psql now. Does it need Elasticsearch anymore?
I just installed Zilean in a docker and see this in the log:
The installation documentation says to only install Zilean..?
The text was updated successfully, but these errors were encountered: