Archive of UserLand's first discussion group, started October 5, 1998.
Problems between Perl-based client and Python-based server
Author: Skip Montanaro Posted: 1/25/1999; 5:54:19 AM Topic: Problems between Perl-based client and Python-based server Msg #: 2438 Prev/Next: 2437 / 2439
I'm having trouble getting a Perl-based client talking to my Python-based server. The following script gets into the call then quits with a "500 unexpected EOF before status line seen" error. I'm pretty much incapable of debugging Perl scripts. Perhaps someone on this list with Perl familiarity (Ken M.?) can figure out what's going wrong.Thanks,
Skip Montanaro skip@mojam.com
#!/usr/local/bin/perl use Frontier::Client; use strict; my $server = Frontier::Client->new(url => "http://dolphin.calendar.com:5007"); my $result = $server->call("query", ('MusicEntry', {'performers'=>'Dave Matthews'})); print "$result\n";
There are responses to this message:
- Re: Problems between Perl-based client and Python-based server, Ken MacLeod, 1/25/1999; 10:32:22 AM
This page was archived on 6/13/2001; 4:47:33 PM.
© Copyright 1998-2001 UserLand Software, Inc.