Skip to content
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

Script to install BcContainerHelper fails #3499

Closed
eclipses opened this issue Apr 23, 2024 · 13 comments
Closed

Script to install BcContainerHelper fails #3499

eclipses opened this issue Apr 23, 2024 · 13 comments

Comments

@eclipses
Copy link
Contributor

eclipses commented Apr 23, 2024

The script in the file "Install-BcContainerHelper.ps1" is failing with the following error:

Exception calling "DownloadString" with "1" argument(s): "The remote name could not be resolved:
'bccontainerhelper.azureedge.net'"

Please do I need to change anything in this script or it is something you can fix from your side?

@RadoArvay
Copy link

Yes, I wanted to ask the same question. I use the "Hello World" pipeline script to install BCH for few years.
Is there any other path to download BCH directly or we need to use a general way to update PWS module?

@shashihubgit
Copy link

+1

@ralf-escher
Copy link

Same problem here.
All our pipelines show this error.

@BennoVendrig
Copy link

We also have this issue. All pipelines shows this error.

@freddydk
Copy link
Contributor

freddydk commented Apr 23, 2024

Please replace the URL with bccontainerhelper.blob.core.windows.net instead of bccontainerhelper.azureedge.net

@ralf-escher
Copy link

Thanks. Is this a temporary solution?

@freddydk
Copy link
Contributor

This is a permanent solution.
bccontainerhelper.azureedge.net is no more.

@freddydk
Copy link
Contributor

sorry for the inconvenience - I totally forgot that one version of that script used this hostname,

@BennoVendrig
Copy link

I've changed the path and the pipeline is running again but still in progress. Thanks for the quick response and solution.

@eclipses
Copy link
Contributor Author

I confirm that changing the url from bccontainerhelper.azureedge.net to bccontainerhelper.blob.core.windows.net fixed the issue.

@MUR-SDP
Copy link

MUR-SDP commented Apr 24, 2024

Thanks very much and apologies for the duplicate.

@freddydk
Copy link
Contributor

No problem @MUR-SDP - just saves me the time of writing the same again.
I am very happy that people are creating issues here instead of posting on twitter, linkedin, my blog, facebook or other places - this is the right place:-)

And sorry for not thinking of this problem beforehand - I think I did consider most other usages of azureedge.net - but this one was forgotten...
Not sure I could have done anything to reach people with this information beforehand - but the solution is fortunately easy

@RadoArvay
Copy link

And sorry for not thinking of this problem beforehand - I think I did consider most other usages of azureedge.net - but this one was forgotten... Not sure I could have done anything to reach people with this information beforehand - but the solution is fortunately easy

To be honest, I did not think that so many of us use the script from "demo" pipelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants