Ticket #293 (new defect)
Unknown Command operation 0 (SUBSCRIBE_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)
Getting the following error with the attached sample swf and the fds branch:
Traceback (most recent call last): File "/pyamf/branches/fds/pyamf/remoting/amf3.py", line 155, 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 117, in _processCommandMessage\n raise ServerCallFailed, "Unknown Command operation %s" % ro_request.operation\n', 'ServerCallFailed: Unknown Command operation 0\n']
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
