Ticket #294 (new defect)
Unknown Command operation 2 (POLL_OPERATION)
| Reported by: | thijs | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | Flex Messaging |
| Component: | Remoting | Version: | 0.3.1 |
| Keywords: | Cc: |
Description (last modified by thijs) (diff)
While testing the attached swf and the fds branch I received this error and Flex/PyAMF went nuts (infinite loop):
Traceback (most recent call last):\n', ' File "/pyamf/branches/fds/pyamf/remoting/amf3.py", line 157, in __call__\n return self._getBody(amf_request, ro_request, **kwargs)\n', ' File "/pyamf/branches/fds/pyamf/remoting/amf3.py", line 97, in _getBody\n return self._processCommandMessage(amf_request, ro_request, **kwargs)\n', ' File "/pyamf/branches/fds/pyamf/remoting/amf3.py", line 119, in _processCommandMessage\n raise ServerCallFailed, "Unknown Command operation %s" % ro_request.operation\n', ServerCallFailed: Unknown Command operation 2\n']
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
