Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: remote-ip in RebXR

From: compkarori:gmai:l at: 22-Jul-2009 9:40

Here's the bug server:
>> date: does [ return now/date ] >> xmlrpc-serve 9001 [ now date ]
** Script Error: Cannot use path on none! value ** Where: rejoin ** Near: pad-zero date/time/1 ":" pad-zero date/time/2
>>
client:
>> xmlrpc-exec http://localhost:9001 [ now ]
== 22-Jul-2009/9:37:38
>> xmlrpc-exec http://localhost:9001 [ date ]
** Access Error: Network timeout ** Where: xmlrpc-exec ** Near: tmp: copy con On Wed, Jul 22, 2009 at 9:30 AM, Graham Chiu<compkarori-gmail.com> wrote:
> Andreas > > I wanted to use it within an exposed method. > > I noticed that when returning dates, the xmlrpc server would just shut down :( > > On Wed, Jul 22, 2009 at 9:19 AM, Andreas Bolka<andreas.bolka-gmx.net> wrote: >> >> Graham, >> >> On Sun Jul 19 03:24:07 +0200 2009, Graham Chiu wrote: >>> I'm going to use RebXr for a few utilities. >> >> Nice. Let me know of any shortcomings you encounter. >>
-- Graham Chiu http://www.synapsedirect.com Synapse - the use from anywhere EMR.