I'm trying to save a package to squeaksource for the first time using a Monticello Browser. I get "ConnectionTimedOut: send data timeout; data not sent". I created the project at squeaksource.com already.
You'll have to run through the usually network debugging routine:
1. Is your computer turned on? 2. Is your network cable plugged in? 3. Can you reach http://squeaksource.com/ with a web browser from the same host as the image?
4. Are people on IRC ranting about SqueakSource being down again? 5. Can you ping http://squeaksource.com/ from Squeak?: Socket pingPorts: #(80) on: 'squeaksource.com' timeOutSecs: 30.
6. Can you load packages using Monticello from http://squeaksource.com/?
...etc.
Gulik.
On Sun, Oct 5, 2008 at 1:49 PM, Mark Volkmann <[hidden email]> wrote:
I'm trying to save a package to squeaksource for the first time using a Monticello Browser. I get "ConnectionTimedOut: send data timeout; data not sent". I created the project at squeaksource.com already.