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
First and foremost, many thanks for keeping on the task of developing and supporting this application.
When trying to run the latest version of xdcc grabber with elasticsearch, I get this unhandled exception:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Elasticsearch.net, Version=1.0.0.0 Culture=neutral, PublicKeyToken=96c599bbe3e70f5d' or one of its dependencies. The system cannot find the file specified.
at XG.Plugin.ElasticSearch.Plugin.StartRun()
at System.Threading.ThreadHelper.ThreadStart_Context(Object_state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Any advice would be appreciated :)
The text was updated successfully, but these errors were encountered:
First and foremost, many thanks for keeping on the task of developing and supporting this application.
When trying to run the latest version of xdcc grabber with elasticsearch, I get this unhandled exception:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Elasticsearch.net, Version=1.0.0.0 Culture=neutral, PublicKeyToken=96c599bbe3e70f5d' or one of its dependencies. The system cannot find the file specified.
at XG.Plugin.ElasticSearch.Plugin.StartRun()
at System.Threading.ThreadHelper.ThreadStart_Context(Object_state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Any advice would be appreciated :)
The text was updated successfully, but these errors were encountered: