You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a 403 error with r-lib/actions/setup-r@master
It appears it can't install "qpdf" because the qpdf-10.3.1.catalina.bottle.tar.gz returns a 403 error. Seems like this actually isn't a problem with actions but rather homebrew, but I felt I should post it in case there's something I'm missing. I just noticed this on multiple different builds today (for example, this log)
Here is a snippet of the log error:
==> Downloading https://homebrew.bintray.com/bottles/qpdf-10.3.1.catalina.bottle.tar.gz
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "qpdf"
Download failed: https://homebrew.bintray.com/bottles/qpdf-10.3.1.catalina.bottle.tar.gz
Error: Failed to get R 4.0.5: Failed to get R 4.0.5: Failed to install qpdf: Error: The process '/usr/local/bin/brew' failed with exit code 1
The text was updated successfully, but these errors were encountered:
I also came across this as well. It looks like the source (bintray) is going away, and this is one of the brown out periods:
April 12th, 26th, 2021 We will have some short service brown-outs to remind users about the services that are going away on May 1st. (Specific hours will be advertised in the Bintray status page.)
This is coming from homebrew, presumably it will resolve itself once homebrew is updated upstream on the actions runner, which we don't really have any control over unfortunately.
I'm getting a 403 error with
r-lib/actions/setup-r@master
It appears it can't install
"qpdf"
because theqpdf-10.3.1.catalina.bottle.tar.gz
returns a 403 error. Seems like this actually isn't a problem with actions but rather homebrew, but I felt I should post it in case there's something I'm missing. I just noticed this on multiple different builds today (for example, this log)Here is a snippet of the log error:
The text was updated successfully, but these errors were encountered: