Ticket #365 (closed defect: invalid)
Unable to coerce buf->StringIO
| Reported by: | thijs | Owned by: | gerard |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.4 |
| Component: | C-Extension | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
Getting a weird error on the PyAMF demo site, check this sample with Charles.
Traceback (most recent call last):
File "/usr/local/src/pyamf/pyamf/remoting/gateway/wsgi.py", line 83, in __call__
request = remoting.decode(body, context)
File "/usr/local/src/pyamf/pyamf/remoting/__init__.py", line 582, in decode
stream = util.BufferedByteStream(stream)
TypeError: Unable to coerce buf->StringIO
Change History
Note: See
TracTickets for help on using
tickets.
