Ticket #313 (closed defect: fixed)
TypeError when returning a tuple using TwistedGateway
| Reported by: | jacintos | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | Gateway | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
This is the relevant part of the stack trace I get:
2008-06-18 06:37:32-0400 [-] --- <exception caught here> ---
2008-06-18 06:37:32-0400 [-] File "/usr/local/py-sandbox/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py", line 328, in _runCallbacks
2008-06-18 06:37:32-0400 [-] self.result = callback(self.result, *args, **kw)
2008-06-18 06:37:32-0400 [-] File "/usr/local/src/pyamf/pyamf/remoting/gateway/twisted.py", line 71, in response_cb
2008-06-18 06:37:32-0400 [-] self.gateway.logger.debug("AMF Response: %r" % result)
2008-06-18 06:37:32-0400 [-] exceptions.TypeError: not all arguments converted during string formatting
I am using PyAMF r1433. Same problem with the 0.3.1 release.
An example Twisted service is attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
