Ticket #296 (new defect)
Unknown Command operation 1 (UNSUBSCRIBE_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 with the attached swf and the fds branch I received this error:
Traceback (most recent call last): File "/pyamf/branches/fds/pyamf/remoting/amf3.py", line 161, 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 123, in _processCommandMessage\n raise ServerCallFailed, "Unknown Command operation %s" % ro_request.operation\n', 'ServerCallFailed: Unknown Command operation 1
Hacked fix in _processCommandMessage:
elif ro_request.operation == CommandMessage.UNSUBSCRIBE_OPERATION: return remoting.Response(ro_response)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
