homebrew-dotnet-sdk-versions icon indicating copy to clipboard operation
homebrew-dotnet-sdk-versions copied to clipboard

BUG - Updating SDK's causes broken pipe and SDK seems not to update

Open tlogik opened this issue 7 months ago • 2 comments

Hi Thanks for this very nice tap that help immensely when working with multiple frameworks. I really appreciate your work 🥇

My problem: I have started getting this error when updating my NET SDK's (last week or so) I have not experienced this before.

Error: Problems with multiple casks:
isen-ng/dotnet-sdk-versions/dotnet-sdk8-0-400: Broken pipe.
     
isen-ng/dotnet-sdk-versions/dotnet-sdk9-0-200: Broken pipe.
 
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

The problem resides and it seems like the SDK is not updated.

Do you have any input?

tlogik avatar Mar 27 '25 07:03 tlogik

Actually I don't have a clue why this happens. A broken pipe refers to an exception thrown when trying to write to a closed socket, or when a socket is closed and a thread is interrupted.

At this point it could be:

  1. your machine is unable to reach github over the network to update the cask
  2. your machine is unable to reach microsoft servers to download the sdk package, or
  3. some other issue with homebrew

Are you still experiencing this after a day or two? or after changing a network? Anyone else experiencing this as well?

isen-ng avatar Mar 28 '25 05:03 isen-ng

I can understand that - i have no clue myself :-)

  • your machine is unable to reach github over the network to update the cask Not an issue
  • your machine is unable to reach microsoft servers to download the sdk package, or Not an issue
  • some other issue with homebrew Might be an issue

I think i will have to uninstall your tab and the SDK's to clear out. Then i will reinstall the tab and try again.

For brevity i will report back :-)

tlogik avatar Mar 29 '25 07:03 tlogik