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
Agent should automatically generate a folder for plugins when none is present and is allowed:
StackTrace:
Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/sascha/source/AyBorg/src/Agent/bin/Debug/plugins'.
at System.IO.Enumeration.FileSystemEnumerator1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at AyBorg.Agent.Services.PluginsService.Load() in /home/sascha/source/AyBorg/src/Agent/Services/PluginService.cs:line 54
at Program.
$(String[] args) in /home/sascha/source/AyBorg/src/Agent/Program.cs:line 82
at Program.(String[] args)
The text was updated successfully, but these errors were encountered:
Agent should automatically generate a folder for plugins when none is present and is allowed:
StackTrace:
$(String[] args) in /home/sascha/source/AyBorg/src/Agent/Program.cs:line 82Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/sascha/source/AyBorg/src/Agent/bin/Debug/plugins'.
at System.IO.Enumeration.FileSystemEnumerator
1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator
1.Init()at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at AyBorg.Agent.Services.PluginsService.Load() in /home/sascha/source/AyBorg/src/Agent/Services/PluginService.cs:line 54
at Program.
at Program.(String[] args)
The text was updated successfully, but these errors were encountered: