Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure channel.
  2. At C:\Servers\rust\RustOxide\Update_Oxide.ps1:12 char:5
  3. + Invoke-WebRequest https://umod.org/games/rust/download -OutFile $ ...
  4. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
  6. eption
  7. + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
  8.  
  9. Exception calling "ExtractToDirectory" with "2" argument(s): "Could not find file 'C:\Servers\rust\RustOxide\Oxide.zip'
  10. ."
  11. At C:\Servers\rust\RustOxide\Update_Oxide.ps1:19 char:9
  12. + [System.IO.Compression.ZipFile]::ExtractToDirectory($zipfile, ...
  13. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  15. + FullyQualifiedErrorId : FileNotFoundException
  16.  
  17. Copy-Item : Cannot find path 'C:\Servers\rust\RustOxide\Oxide_Update\RustDedicated_Data' because it does not exist.
  18. At C:\Servers\rust\RustOxide\Update_Oxide.ps1:24 char:5
  19. + Copy-Item -Force -Recurse –Verbose $Oxide_data -Destination $Ser ...
  20. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. + CategoryInfo : ObjectNotFound: (C:\Servers\rust...tDedicated_Data:String) [Copy-Item], ItemNotFoundExce
  22. ption
  23. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement