Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback after calling _interrupt_wait_on_frame #109

Open
the-allanc opened this issue May 8, 2017 · 0 comments
Open

Traceback after calling _interrupt_wait_on_frame #109

the-allanc opened this issue May 8, 2017 · 0 comments

Comments

@the-allanc
Copy link

I know that _interrupt_wait_on_frame is an internal method, but I'm invoking it on a channel object to try and get rabbitpy to return from a Queue.get invocation (see my comments regarding #108).

After doing it, rabbitpy generates this exception:

  File "/home/allanc/env35/lib/python3.5/site-packages/rabbitpy/amqp_queue.py", line 287, in get
    return self.channel._get_message()  # pylint: disable=protected-access
  File "/home/allanc/env35/lib/python3.5/site-packages/rabbitpy/channel.py", line 375, in _get_message
    return self._wait_for_content_frames(frame_value)
  File "/home/allanc/env35/lib/python3.5/site-packages/rabbitpy/channel.py", line 467, in _wait_for_content_frames
    method_frame.name, method_frame.delivery_tag)
AttributeError: 'NoneType' object has no attribute 'name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant