Displaying 8 results from an estimated 8 matches for "decode_request".
2005 Dec 30
5
AWS api_method :returns not accepting ActiveRecord::Base
I''m trying to use the feature of AWS where it will take an object derived
from ActiveRecord::Base instead of an AWS::Struct object. Whenever I try
it, though, I get the craziest error:
NoMethodError: You have a nil object when you didn''t expect it!
The error occured while evaluating nil.new
/usr/lib/.../actionwebservice/lib/action_web_service/casting.rb:105:in
2006 Jan 06
0
Rails ActionWebService and gSOAP interoperability problem
...ll''
> /opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
> /opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/xmlrpc_protocol.rb:36:in `decode_request''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/xmlrpc_protocol.rb:32:in
> `decode_action_pack_request''
> /opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/
> action_web_service/protocol/discovery...
2006 Jan 07
0
gSOAP and ActionWebService interop problems
...478:in `parseMethodCall''
/opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/opt/local/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/xmlrpc_protocol.rb:36:in
`decode_request''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/xmlrpc_protocol.rb:32:in
`decode_action_pack_request''
/opt/local/lib/ruby/gems/1.8/gems/actionwebservice-1.0.0/lib/action_web_service/protocol/discovery.rb:20:in
`discover_web_servi...
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and
i'm trying to start up a decode thread :
#include <FLAC/stream_decoder.h>
....
FLAC__StreamDecoder *flac = NULL;
flac = FLAC__stream_decoder_new();
if (flac == NULL) {
printf("[DECODE] Unable to initalize flac object\n");
2006 Apr 17
5
XML-RPC Webservice API
...lib/ruby/1.8/xmlrpc/parser.rb:475:in `parseMethodCall''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/xmlrpc_protocol.rb:36:in
`decode_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/xmlrpc_protocol.rb:32:in
`decode_action_pack_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:20:in
`discover_web_service_request''...
2004 Sep 10
2
Error initializing flac stream decoder.
..._StreamDecoder
*decoder, FLAC__byte buffer[], unsigned *bytes, void *client_data) {
r_glue *g = (r_glue*) client_data;
unsigned int bytesAvailable = rio_ringbuffer_datasize(
g->readAhead );
unsigned int bytesToCopy = 0;
char* inBuffer;
if (g->decode_request == DECODE_STOP)
return FLAC__STREAM_DECODER_READ_STATUS_ABORT;
if (g->eof && bytesAvailable == 0)
return FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM;
g->decode_status = DECODE_RUN
bytesToCopy = MIN(bytesAvailable, *bytes...
2006 Jun 23
0
SOAP Web Service Exception
...sting
code if anyone wanted me to.
Thanks in advance for any help given!
Full stacktrace:
NoMethodError (undefined method `collect'' for
#<SOAP::SOAPNil:0x24ea1bc>):
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/soap_protocol.rb:61:in
`decode_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/soap_protocol.rb:45:in
`decode_action_pack_request''
/usr/local/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/action_web_service/protocol/discovery.rb:20:in
`discover_web_service_reque...
2006 Apr 26
0
Re: gSOAP and ActionWebService interop problems
...rpc/parser.rb:478:in `parseMethodCall''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:63:in `load_call''
/usr/lib/ruby/1.8/xmlrpc/marshal.rb:32:in `load_call''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/xmlrpc_protocol.rb:36:in `decode_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/xmlrpc_protocol.rb:32:in
`decode_action_pack_request''
/usr/lib/ruby/gems/1.8/gems/actionwebservice-1.1.2/lib/
action_web_service/protocol/discovery.rb:21:in
`discover_web_service_r...