Hi,

I'm trying to load the Reddit example from SmalltalkHub (Monticello), it fails with:

This package depends on the following classes:
�� DescriptorSystem
You must resolve these dependencies before you will be able to load these definitions:��
�� RedditSchema
�� allTableNames
�� classModelForRedditLink:
�� constructAllClasses
�� descriptorForRedditLink:
�� tableForREDDIT_LINKS:

��and also tried loading mcz file directly that fails to.��

If I try to install using:

MCHttpRepository
location: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Reddit/main'
user: ''
password: ''

It fails with an incorrect url: http://http ... when attempting to pull some package.

This is using Pharo 4.

Thanks