Describe the bug
Yarn berry fails using upgrade-interactive when some package installed with link: protocol.
q [HTTPError]: Response code 404 (Not Found)
at o.<anonymous> (/.../.yarn/releases/yarn-berry.cjs:23:12912)
at processTicksAndRejections (node:internal/process/task_queues:93:5) {
code: undefined,
timings: {
start: 1605773124076,
socket: 1605773124077,
lookup: 1605773124083,
connect: 1605773124208,
secureConnect: 1605773124466,
upload: 1605773124467,
response: 1605773125459,
end: 1605773125464,
error: undefined,
abort: undefined,
phases: {
wait: 1,
dns: 6,
tcp: 125,
tls: 258,
request: 1,
firstByte: 992,
download: 5,
total: 1388
}
}
}
To Reproduce
https://github.com/irudoy/yarn-interactive-link-repro
Environment if relevant (please complete the following information):
I was hitting the same bug, but after update to master it worked again.
yarn set version from sources
yarn plugin import from sources interactive-tools
Guess it was "fixed" in https://github.com/yarnpkg/berry/pull/2113 since it ignores failures, but should have it skip those protocols
Hi! 馃憢
This issue looks stale, and doesn't feature the reproducible label - which implies that you didn't provide a working reproduction using Sherlock. As a result, it'll be closed in a few days unless a maintainer explicitly vouches for it or you edit your first post to include a formal reproduction (you can use the playground for that).
Note that we require Sherlock reproductions for long-lived issues (rather than standalone git repositories or similar) because we're a small team. Sherlock gives us the ability to check which bugs are still affecting the master branch at any given point, and decreases the amount of code we need to run on our own machines (thus leading to faster bug resolutions). It helps us help you! 馃槂
If you absolutely cannot reproduce a bug on Sherlock (for example because it's a Windows-only issue), a maintainer will have to manually add the upholded label. Thanks for helping us triaging our repository! 馃専
was fixed in #2113, thanks @merceyz