 |
Friday, May 31, 2002 |
The re-install seems to have been successful!!
4:46:01 PM
|
|
 |
Tuesday, April 2, 2002 |
That OPML coffee mug is way too big and too ugly. No doubt it will be put on a crash diet soon.
2:40:16 PM
|
|
 |
Wednesday, February 6, 2002 |
Cool! - South Carolina. The latest BMB from Dave.
2:58:04 PM
|
|
This post was made from behind a proxy server at work. If the XML-RPC call to radio.helloWorld works you will see a sensible result below:
<result>
[Macro error: The server, 127.0.0.1, returned error code 7: Can't evaluate the expression because the name "helloWorld" hasn't been defined.]
</result>
Cool! The slight mods I made to system.verbs.builtins.tcp.httpClient seem to have done the trick. The mods (in emphasis) were:
bundle { //see if it's the same machine
if string.lower (server) == "localhost" or server == "127.0.0.1" {
flSameMachine = true}
else {
try {flSameMachine = tcp.equalNames (server, myAddress)}}; //DW 3/9/98
if port != user.inetd.config.http.port and port != user.inetd.config.http2.port {
flSameMachine = false}
else {
if not (inetd.isDaemonRunning (@user.inetd.config.http) or inetd.isDaemonRunning (@user.inetd.config.http2)) {
flSameMachine = false}}}
Please note some of the original comments have been deleted just to keep the pre-formatted column width down.
9:43:12 AM
|
|
 |
Monday, February 4, 2002 |
Update: now behind a proxy: uh-oh! looks like the proxy/firewall is screwing up the XML-RPC call. Hmm!
[Macro error: The server, 127.0.0.1, returned error code 7: Can't evaluate the expression because the name "helloWorld" hasn't been defined.]
this is a Big Mind Bomb!
To see why visit http://radio.userland.com/webServicesTutorial
Hmm! Interesting. Auto-URL generation seems to be broken in this post.
4:01:35 PM
|
|
 |
Saturday, February 2, 2002 |
There's still something screwy about posting to an FTP'ed category home page and it's calendar equivalent.
For instance, at the time of this posting http://www.cs.strath.ac.uk/~dunc/weblog/2002/02/02.html and http://www.cs.strath.ac.uk/~dunc/weblog/index.html are different. The home page didn't register the change to the 'second test' message - the one before this one.
This is one will/should be posted to both the Home Page, the work category home page, and the calendar (archive) page.
Here goes.
Update: I wonder if it's related to caching in the browser?
5:14:03 PM
|
|
© Copyright 2002 Duncan Smeed.
|
|
|