Giter VIP home page Giter VIP logo

Comments (7)

ipranay avatar ipranay commented on July 30, 2024 2

+1 We're facing a similar issue.

Installing plugin heroku-container-registry... !
 ▸    yarn --non-interactive --mutex=file:/root/.cache/heroku/yarn
 ▸    --cache-folder=/root/.cache/heroku/yarn exited with code 1
 ▸    error An unexpected error occurred:
 ▸    "http://cli-npm.heroku.com/is-promise/-/is-promise-2.1.0/79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa/79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa.tgz:
 ▸    Request failed \"500 Internal Server Error\"".

from heroku-container-registry.

hanula avatar hanula commented on July 30, 2024 2

Same issue, even after upgrading heroku-cli (via apt-get install heroku)

ubuntu@box1267:~$ export HEROKU_DEBUG=1                                                                                                                                                       
ubuntu@box1267:~$ heroku plugins:install heroku-container-registry                                                                                                                            
yarn install v0.27.5                                                                                                                                                                          
[1/4] Resolving packages...                                                                                                                                                                   
[2/4] Fetching packages...                                                                                                                                                                    
error An unexpected error occurred: "http://cli-npm.heroku.com/mimic-fn/-/mimic-fn-1.1.0/e667783d92e89dbd342818b5230b9d62a672ad18/e667783d92e89dbd342818b5230b9d62a672ad18.tgz: Request failed \"500 Internal Server Error\"".                                                                                                                                                               
info If you think this is a bug, please open a bug report with the information provided in "/home/ubuntu/.local/share/heroku/plugins/yarn-error.log".                                         
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.                                                                                                      
Error: yarn --non-interactive --mutex=file:/home/ubuntu/.cache/heroku/yarn --cache-folder=/home/ubuntu/.cache/heroku/yarn exited with code 1                                                  
error An unexpected error occurred: "http://cli-npm.heroku.com/mimic-fn/-/mimic-fn-1.1.0/e667783d92e89dbd342818b5230b9d62a672ad18/e667783d92e89dbd342818b5230b9d62a672ad18.tgz: Request failed \"500 Internal Server Error\"".                                                                                                                                                               
                                                                                                                                                                                              
    at ChildProcess.forked.on.code (/usr/lib/heroku/node_modules/cli-engine/lib/plugins/yarn.js:90:18)                                                                                        
    at emitTwo (events.js:125:13)                                                                                                                                                             
    at ChildProcess.emit (events.js:213:7)                                                                                                                                                    
    at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)                                                                                                                 
Exiting with code: 1   
ubuntu@box1267:~$ heroku version                                                                                                                                                              
heroku-cli/6.13.19 (linux-x64) node-v8.3.0
ubuntu@box1267:~$ uname -a                                                                                                                                                                    
Linux box1267.localdomain 3.13.0-125-generic #174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

from heroku-container-registry.

golubitsky avatar golubitsky commented on July 30, 2024 1

Same problem with Travis.

$ export HEROKU_DEBUG=1  
$ heroku plugins:install heroku-container-registry
yarn install v0.24.6
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "http://cli-npm.heroku.com/mimic-fn/-/mimic-fn-1.1.0/e667783d92e89dbd342818b5230b9d62a672ad18/e667783d92e89dbd342818b5230b9d62a672ad18.tgz: Request failed \"500 Internal Server Error\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/travis/.local/share/heroku/plugins/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: yarn --non-interactive --mutex=file:/home/travis/.cache/heroku/yarn --cache-folder=/home/travis/.cache/heroku/yarn exited with code 1
error An unexpected error occurred: "http://cli-npm.heroku.com/mimic-fn/-/mimic-fn-1.1.0/e667783d92e89dbd342818b5230b9d62a672ad18/e667783d92e89dbd342818b5230b9d62a672ad18.tgz: Request failed \"500 Internal Server Error\"".
    at ChildProcess.forked.on.code (/usr/local/heroku/node_modules/cli-engine/lib/plugins/yarn.js:90:18)
    at emitTwo (events.js:125:13)
    at ChildProcess.emit (events.js:213:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12)
Exiting with code: 1
$ heroku version 
heroku-cli/6.12.5-17216bc (linux-x64) node-v8.1.3

from heroku-container-registry.

nhat-dinh avatar nhat-dinh commented on July 30, 2024

Problem solved by fixing circle.yml file.

+ wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
- heroku plugins:install heroku-container-registry

from heroku-container-registry.

ipranay avatar ipranay commented on July 30, 2024

Looks like this was an issue with the npm package manager on heroku side. And has since been fixed.

from heroku-container-registry.

dmathieu avatar dmathieu commented on July 30, 2024

ping @jdxcode

from heroku-container-registry.

jdx avatar jdx commented on July 30, 2024

yes, this is fixed now, sorry for the trouble

from heroku-container-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.