bower / registry

The Bower registry
https://registry.bower.io/packages
MIT License
292 stars 67 forks source link

Unregistering yields "Application Error" #173

Closed Garciat closed 8 years ago

Garciat commented 8 years ago

image

Also:

~$ curl -X DELETE "https://bower.herokuapp.com/packages/libvorbis.js?access_token=MY_TOKEN"
<!DOCTYPE html>
    <html>
    <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <style type="text/css">
        html, body, iframe { margin: 0; padding: 0; height: 100%; }
        iframe { display: block; width: 100%; border: none; }
      </style>
    <title>Application Error</title>
    </head>
    <body>
      <iframe src="//s3.amazonaws.com/heroku_pages/error.html">
        <p>Application Error</p>
      </iframe>
    </body>
    </html>

My particular case:

I renamed my repo from Garciat/libvorbis.js-bower to Garciat/libvorbis.js-dist. I want to unregister the package and re-register it with the new repo URI.

benmann commented 8 years ago

Thanks for letting us know. There is a known issue with unregistering packages at the moment. I'll close in favor of https://github.com/bower/bower/issues/2171. Unregistering should work again, when this is solved.

benmann commented 8 years ago

You should now be able to unregister packages as intended. :tada: