[Pharo-project] Error 400 when pushing to Smalltalk with metacello
When I use the metacello convenience method #saveModifiedPackagesAndConfiguration: my package mcz uploads fine but then I often get a 400 error for the configuration mcz (I would not say systematic but most of the time). But if I go to monticello and copy it to smalltalkhub from the package cache, it goes fine. -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
maybe silly question... are you 100% sure that you have the same repository (aka credentials) for the normal package and the config-package? happened to me more than once that I accidentally have two MC repositories and I only declare the credentials in one :/ also the errors codes from smalltalkhub where not always that useful. Maybe that is fixed now, but I remember to always get a 400 and not the specific html error codes 401 unauthorized 404 not found 409 conflict at least in general having specific messages would help figure out what's wrong.. On 2012-12-23, at 14:34, Damien Pollet <damien.pollet@gmail.com> wrote:
When I use the metacello convenience method #saveModifiedPackagesAndConfiguration: my package mcz uploads fine but then I often get a 400 error for the configuration mcz (I would not say systematic but most of the time). But if I go to monticello and copy it to smalltalkhub from the package cache, it goes fine.
-- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
On 24 December 2012 00:26, Camillo Bruni <camillobruni@gmail.com> wrote:
maybe silly question... are you 100% sure that you have the same repository (aka credentials) for the normal package and the config-package?
yeah at one point I had two repositories setup (MC shenanigans againâ¦) but I removed one, added the good one to both packages, & still getting the error -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
participants (2)
-
Camillo Bruni -
Damien Pollet