-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Join-Path : Cannot process argument because the value of argument "drive" is null. Change the value of argument "drive" to a non-null value. At C:\downloader\Get-EventSession.ps1:1583 char:32 + ... dFullFile = Join-Path -Path $ContentTargetFolder -ChildPath $vidfileN ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Join-Path], PSArgumentNullException + FullyQualifiedErrorId : ArgumentNull,Microsoft.PowerShell.Commands.JoinPathCommand Test-Path : Cannot bind argument to parameter 'LiteralPath' because it is null. At C:\downloader\Get-EventSession.ps1:1585 char:45 + if ((Test-Path -LiteralPath $vidFullFile) -and -not $ ... + ~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.TestPathCom mand Test-Path : Cannot bind argument to parameter 'LiteralPath' because it is an empty string. At C:\downloader\Get-EventSession.ps1:1768 char:49 + ... if ((Test-Path -LiteralPath $captionExtFile) -and - ... + ~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Test PathCommand
Powershell command used:
.\Get-EventSession.ps1 -DownloadFolder C:\I -Format bestvideo+bestaudio -Event Ignite -MaxDownloadJobs 10 -Captions -Subs en -NoRepeats -CookiesFile cookies.txt -ConcurrentFragments 20