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 in notify_one_chunk #164

Open
oberstet opened this issue Apr 16, 2020 · 0 comments
Open

Traceback in notify_one_chunk #164

oberstet opened this issue Apr 16, 2020 · 0 comments

Comments

@oberstet
Copy link
Contributor

I'm seeing this occasionally when stopping a client:

2020-04-16T08:26:47+0200 ok, echo() successfully called 1th time, answered by PID 1
2020-04-16T08:26:48+0200 ok, echo() successfully called 2th time, answered by PID 1
2020-04-16T08:26:49+0200 ok, echo() successfully called 3th time, answered by PID 1
2020-04-16T08:26:50+0200 ok, echo() successfully called 4th time, answered by PID 1
2020-04-16T08:26:51+0200 ok, echo() successfully called 5th time, answered by PID 1
2020-04-16T08:26:53+0200 ok, echo() successfully called 6th time, answered by PID 1
^C2020-04-16T08:26:53+0200 Received SIGINT, shutting down.
2020-04-16T08:26:54+0200 dropping connection to peer tcp4:52.71.32.105:443 with abort=True: WebSocket closing handshake timeout (peer did not finish the closing handshake in time)
2020-04-16T08:26:54+0200 Scheduling retry 1 to connect <twisted.internet.endpoints.SSL4ClientEndpoint object at 0x7f545eedc610> in 2.4986507909029503 seconds.
2020-04-16T08:26:54+0200 Unhandled Error
Traceback (most recent call last):
  File "backend/client.py", line 65, in <module>
    runner.run(Client, auto_reconnect=True)
  File "/home/oberstet/scm/crossbario/autobahn-python/autobahn/twisted/wamp.py", line 410, in run
    reactor.run()
  File "/home/oberstet/cpy381_5/lib/python3.8/site-packages/twisted/internet/base.py", line 1283, in run
    self.mainLoop()
  File "/home/oberstet/cpy381_5/lib/python3.8/site-packages/twisted/internet/base.py", line 1292, in mainLoop
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/home/oberstet/cpy381_5/lib/python3.8/site-packages/twisted/internet/base.py", line 913, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/home/oberstet/scm/crossbario/txaio/txaio/_common.py", line 136, in _notify_bucket
    notify_one_chunk(calls, self._chunk_size, max(0.0, delay_ms))
  File "/home/oberstet/scm/crossbario/txaio/txaio/_common.py", line 130, in notify_one_chunk
    raise RuntimeError(msg)
builtins.RuntimeError: Error(s) processing call_later bucket:
'NoneType' object has no attribute 'shutdown'


2020-04-16T08:26:54+0200 Main loop terminated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant