-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
txamqp.client.ChannelClosed #1022
Comments
While sending SMS it returns { |
it seems there's some issue on rabbitmq side where the messaging exchange is not found. Do you have access rights on rabbit ? |
I got the same problem @farirat |
Hello, I had the same issue and it was caused by Ubuntu "Daily apt upgrade and clean activities". It updated and restarted RabbitMQ. These daily jobs can be disabled like this:
|
Success "[Failure instance: Traceback: <class 'txamqp.client.ChannelClosed'>: Method(name=close, id=40) (404, "NOT_FOUND - no exchange 'messaging' in vhost '/'", 60, 40) content = None
/usr/local/lib/python3.8/dist-packages/jasmin/queues/factory.py:230:publish
:3:basic_publish
/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py:1613:unwindGenerator
/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py:1529:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.8/dist-packages/jasmin/managers/clients.py:590:perspective_submit_sm
/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py:1418:_inlineCallbacks
/usr/local/lib/python3.8/dist-packages/txamqp/protocol.py:72:invoke
/usr/local/lib/python3.8/dist-packages/txamqp/protocol.py:123:_raise_closed
]"
The text was updated successfully, but these errors were encountered: