Skip to content

Unable to follow redirects to execute sendme.ps1 #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
neuralpain opened this issue Apr 13, 2025 · 0 comments
Open

Unable to follow redirects to execute sendme.ps1 #320

neuralpain opened this issue Apr 13, 2025 · 0 comments

Comments

@neuralpain
Copy link
Contributor

neuralpain commented Apr 13, 2025

I'm receiving the below error when I run the following command (#309).

iwr https://iroh.computer/sendme.ps1 -useb | iex

The command was copied directly from the iroh.computer homepage and pasted in the terminal. This was tested on two individual machines in different countries just to be sure.

iwr : The remote server returned an error: (308) Permanent Redirect.
At line:1 char:1
+ iwr https://iroh.computer/sendme.ps1 -useb | iex
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

I downloaded the script and tested it on my GitHub Pages site and it works without any issues.

iwr https://neuralpain.github.io/test/sendme/sendme.ps1 -useb | iex
@neuralpain neuralpain changed the title sendme.ps1 unable to follow redirects Unable to follow redirects to execute sendme.ps1 Apr 13, 2025
@n0bot n0bot bot added this to iroh Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant