On Friday, September 26, 2014 3:43:29 PM UTC-7, Dave S wrote:
>
>
>
> On Friday, September 26, 2014 1:49:18 PM UTC-7, Mariano Reingart wrote:
>>
>> "Raw" calls are supported (using SimpleXMLElement objects), attached is 
>> an example 
>>
>
> Thank you!  I'll let you know how it goes.
>
>
You'd think it would take me less than 6 weeks to try.  (sigh)

I seem to be going through line 193; here's what I get there and 
rocket.write() #1773 (bumped to 1774 by the debug msg)

client.py -- went through l193 with p0 <UDIService><control>DON<
/control><action/><node>25 C0 F0 1</node><flag>65531</flag></UDIService> (
repr)
rocket-write: data len 1 repr <s:Envelope xmlns:s=
"http://www.w3.org/2003/05/soap-envelope";><s:Body><UDIDefaultResponse><
status>715</status><info>n/a</info></UDIDefaultResponse></s:Body></s:
Envelope>
2014-11-12 16:43:56,086 - Rocket.Errors.Thread-8 - ERROR - Traceback (most 
recent call last):

  File "/home/david/Documents/web2py/gluon/rocket.py", line 1337, in run
    self.run_app(conn)

  File "/home/david/Documents/web2py/gluon/rocket.py", line 1852, in run_app
    self.write(data, sections)

  File "/home/david/Documents/web2py/gluon/rocket.py", line 1774, in write
    self.conn.sendall(data)

  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)

TypeError: must be convertible to a buffer, not SimpleXMLElement



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to