The MCZ package can be downloaded & extracted. Loading the package in Pharo worked, too.
The error response "asTimeStamp" looked like it could be related to the package information. So I stepped into the migration code and saw that version information of the loaded package had #date set to nil. MCVersionInfoWriter then writes an empty string into the package that is transferred to SmalltalkHub. SH doesn't seem to like that and returns 403 Forbidden (400 Bad Request would probably more suitable). I patched the migration code to add missing date information, and after that the migration succeded. Sven Van Caekenberghe-2 wrote > On 07 Sep 2013, at 14:28, Holger Kleinsorgen < > h.kleinsorgen@ > > wrote: > >> Hello, >> >> I'm trying to migrate a project from SqueakSource to SmalltalkHub, using >> the >> script on the homepage of SqueakSource. However, after successfully >> pushing >> a few versions, it encounters an HTTP error: 403 Forbidden. The error can >> be >> reproduced, it is always raised when pushing a certain version. >> >> Maybe someone has an idea how to get around this issue. > > So you copied some packages from SQS to StHub already, and that one fails > ? > > Are you sure that particular package is OK, I mean, not corrupt ? > > You can try to download it manually using a browser and then unzip it. -- View this message in context: http://forum.world.st/Migration-from-SqueakSource-to-SmalltalkHub-encounters-403-Forbidden-tp4707047p4707063.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
