对 CLI 的行为感到困惑

大家好,

由於硬體故障,我不得不進行一次非預期的伺服器遷移。在重建伺服器(現在改用 Proxmox)的過程中,我遇到了一個奇怪的問題。

我已將共用磁碟機掛載為「W:」。

當我嘗試執行 Plex 後製腳本時,腳本幾乎立刻就結束了。當我嘗試對其中一個要轉換的檔案執行 UserCLI 命令列時,會出現以下訊息:

C:\PROGRA~1\MCEBuddy2x>MCEBuddy.UserCLI.exe --command=addfile --action="W:\_TV\TV-NoCommercials\Washington Week (2012)\Season 55\Washington Week (2012) - S55E18 - Washington Week.ts"

MCEBuddy.UserCLI is a Command Line Interface for users to interact with the MCEBuddy engine
Copyright (c) RBoy, Build Version : 2.5.8.0
Build Date : 10/12/2022 16:13:48


MCEBuddy.UserCLI trying to connect to Engine localhost on Port 23332

MCEBuddy.UserCLI successfully connected to MCEBuddy engine
MCEBuddy.UserCLI processing command addfile
MCEBuddy.UserCLI adding file W:\_TV\TV-NoCommercials\Washington Week (2012)\Season 55\Washington Week (2012) - S55E18 - Washington Week.ts to the conversion queue
WARNING> Networked files will be accessed using the logon credentials of the MCEBuddy Service, not the currently logged on user. You can manually specify the network credentials from the Settings -> Expert Settings page in MCEBuddy.

MCEBuddy.UserCLI Successful!!

我已經在專家系統設定中設定了正確的使用者名稱和密碼。但不管怎樣,既然磁碟機已經掛載了,為什麼還會牽涉到憑證問題?救命啊!謝謝!Will。

请参阅本页第三个常见问题解答,了解为何需要凭据

是啊——我已經設定了網路憑證,而且是用命令列引擎而非服務在跑。我想是因為我把 NAS 的不同路徑對應成不同磁碟機代號。把它們全部移除、改成單一對應磁碟機後就解決了。正如你在指南裡說的,Windows 對這種事非常「龜毛」 :slight_smile: