Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2201

AttributeError: 'Body' object has no attribute 'method' (0.8)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Auto Closed
    • None
    • None
    • Python Client
    • None
    • Client is configure to use the 0.8 spec. Broker is rabbitmq 1.7. Source code is unfortunately not precisely known, though it's roughly two months old. I can dig further if needed.

    Description

      I occasionally see traceback below in our logs. This is hard to consistently recreate though.

      Traceback (most recent call last):
      File "../src/amqpservice.py", line 161, in _check_channel
      channel.queue_declare(queue='ping')
      File "../src/qpid/peer.py", line 349, in <lambda>
      method = lambda *args, **kwargs: self.invoke(type, args, kwargs)
      File "../src/qpid/peer.py", line 267, in invoke
      return self.invoker(frame, content)
      File "../src/qpid/peer.py", line 316, in invoke_method
      if resp.method.content:
      AttributeError: 'Body' object has no attribute 'method'

      Attachments

        Activity

          People

            Unassigned Unassigned
            g@rre.tt Garrett Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: