Jmennius commented on PR #364:
URL: https://github.com/apache/qpid-proton/pull/364#issuecomment-1099143646
Here is a traceback:
```
Traceback (most recent call last):
File "/path/.venv/lib/python3.7/site-packages/proton/_handlers.py", line
1293, in update
capacity = transport.capacity()
AttributeError: 'NoneType' object has no attribute 'capacity'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/path/my-project.py", line 285, in run
self.container.run()
File "/path/.venv/lib/python3.7/site-packages/proton/_reactor.py", line
197, in run
while self.process():
File "/path/.venv/lib/python3.7/site-packages/proton/_reactor.py", line
262, in process
event.dispatch(self._global_handler)
File "/path/.venv/lib/python3.7/site-packages/proton/_events.py", line
158, in dispatch
_dispatch(handler, type.method, self)
File "/path/.venv/lib/python3.7/site-packages/proton/_events.py", line
131, in _dispatch
handler.on_unhandled(method, *args)
File "/path/.venv/lib/python3.7/site-packages/proton/_reactor.py", line
905, in on_unhandled
event.dispatch(self.base)
File "/path/.venv/lib/python3.7/site-packages/proton/_events.py", line
158, in dispatch
_dispatch(handler, type.method, self)
File "/path/.venv/lib/python3.7/site-packages/proton/_events.py", line
129, in _dispatch
m(*args)
File "/path/.venv/lib/python3.7/site-packages/proton/_handlers.py", line
1237, in on_selectable_expired
self.update(t, s, r.now)
File "/path/.venv/lib/python3.7/site-packages/proton/_handlers.py", line
1296, in update
if transport.closed:
AttributeError: 'NoneType' object has no attribute 'closed'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]