Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
  2. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:350 char:3
  3. + $client.DownloadFile($url, $dlPath)
  4. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  6. + FullyQualifiedErrorId : WebException
  7.  
  8. Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file
  9. 'C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\engine_temp\engine.zip'."
  10. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:353 char:3
  11. + [io.compression.zipfile]::ExtractToDirectory($dlPath, $env:AU ...
  12. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  14. + FullyQualifiedErrorId : FileNotFoundException
  15.  
  16. rm : Cannot find path 'C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\engine_temp\engine.zip'
  17. because it does not exist.
  18. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:354 char:3
  19. + rm $dlPath
  20. + ~~~~~~~~~~
  21. + CategoryInfo : ObjectNotFound: (C:\Users\emili\...temp\engine.zip:String) [Remove-Item], ItemNotFoundEx
  22. ception
  23. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
  24.  
  25. Move-Item : Cannot bind argument to parameter 'Path' because it is null.
  26. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:357 char:13
  27. + Move-Item $extractedDir.FullName -Destination $templateDir
  28. + ~~~~~~~~~~~~~~~~~~~~~~
  29. + CategoryInfo : InvalidData: (:) [Move-Item], ParameterBindingValidationException
  30. + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.MoveItemCom
  31. mand
  32.  
  33. Rename-Item : Cannot bind argument to parameter 'Path' because it is null.
  34. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:358 char:15
  35. + Rename-Item $extractedDir.Name (Split-Path -leaf $env:ENGINE_ ...
  36. + ~~~~~~~~~~~~~~~~~~
  37. + CategoryInfo : InvalidData: (:) [Rename-Item], ParameterBindingValidationException
  38. + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.RenameItemC
  39. ommand
  40.  
  41. cd : Cannot find path 'C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\engine' because it does
  42. not exist.
  43. At C:\Users\emili\Downloads\OpenRAModSDK-20190106\OpenRAModSDK-20190106\make.ps1:362 char:3
  44. + cd $env:ENGINE_DIRECTORY
  45. + ~~~~~~~~~~~~~~~~~~~~~~~~
  46. + CategoryInfo : ObjectNotFound: (C:\Users\emili\...20190106\engine:String) [Set-Location], ItemNotFoundE
  47. xception
  48. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement