求解关于 unattend assistant/assistant doesn’t work

當我要使用assistant啟動process時出現此問題
請問該如何排除?
Could not find a part of the path ‘C:\Users\b0917.nuget\packages\blanktemplate1\1.0.4\content\project.json’.

at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy…ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize)
at System.IO.File.InternalReadAllText(String path, Encoding encoding)
at System.IO.File.ReadAllText(String path)
at UiPath.Service.Core.Utils.ExtensionMethods.<>c__DisplayClass2_0.b__0()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
— End of stack trace from previous location —
at System.Security.Principal.WindowsIdentity.RunImpersonatedInternal(SafeAccessTokenHandle token, Action action)
at UiPath.Service.ImpersonableIdentity.Impersonate(Action action)
at UiPath.Service.Core.Utils.ExtensionMethods.OpenProjectAsUser(WorkflowProjectRepository projectRepository, String projectPath, ImpersonableIdentity identity)
at UiPath.Service.Core.Utils.ExtensionMethods.SetProject(BaseJobModel jobModel, ImpersonableIdentity identity)
at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct)
at UiPath.Service.Job.StartAsync(IUserCredential credential)
image

螢幕擷取畫面 2022-12-21 155849

@m11025003

Check if the folder is in readonly or is locked…Try opening the folder manually and check that. Check the properties of the folder as well

cheers

Hi @m11025003,

Can you please provide more details about what the process does and also a log exported from the UiPath DiagnosticTool?

BR,
Andrei