winutil icon indicating copy to clipboard operation
winutil copied to clipboard

the scripts are not running

Open Arindam905 opened this issue 1 year ago • 5 comments

Describe the bug it was working fine but suddenly it started showing this error :-

irm christitus.com/win | iex irm : The underlying connection was closed: An unexpected error occurred on a send. At line:1 char:1

  • irm christitus.com/win | iex
  •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc
     eption
      + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
    

Arindam905 avatar Mar 06 '23 16:03 Arindam905

Having the same issues: `irm : The underlying connection was closed: An unexpected error occurred on a send. At line:1 char:1

  • irm christitus.com/win | iex
  •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc
     eption
      + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand`
    

ongkiii avatar Mar 07 '23 10:03 ongkiii

similar story for a lot of scripts after using a debloated windows install

mananhiteshkataria avatar Mar 11 '23 16:03 mananhiteshkataria

Create an Inbound Rule in Windows Defender Firewall, TCP port 9418.

kalwani avatar Mar 14 '23 11:03 kalwani

Created an inbound rule, but the problem is prevailing.

ongkiii avatar Mar 17 '23 19:03 ongkiii

Create an Inbound Rule in Windows Defender Firewall, TCP port 9418.

i think the issue is with github and sometimes the raw.... links dont work sometimes i downloaded the script and then ran it and it worked fine.

at least this is what i had to do for 2 or 3 similar scripts that were not wor king for me.

mananhiteshkataria avatar Mar 18 '23 08:03 mananhiteshkataria

You can also use iwr -useb https://christitus.com/win | iex

However, I know some countries like India block github raw files. Kinda weird, but happens all the time.

ChrisTitusTech avatar Jul 18 '23 02:07 ChrisTitusTech