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

Error initializing the components #136

Open
felipeZ opened this issue Jul 5, 2018 · 0 comments
Open

Error initializing the components #136

felipeZ opened this issue Jul 5, 2018 · 0 comments
Assignees

Comments

@felipeZ
Copy link
Contributor

felipeZ commented Jul 5, 2018

I get the following error randomly when I used docker-compose up to start the services

2018-07-05T09:14:26+0000 [Router         15] Internal error
Traceback (most recent call last):
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/twisted/websocket.py", line 159, in _onMessageEnd
    self.onMessageEnd()
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/websocket/protocol.py", line 627, in onMessageEnd
    self._onMessage(payload, self.message_is_binary)
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/twisted/websocket.py", line 162, in _onMessage
    self.onMessage(payload, isBinary)
  File "/root/mdstudio/lib/python3.6/site-packages/autobahn/wamp/websocket.py", line 95, in onMessage
    self._session.onMessage(msg)
--- <exception caught here> ---
  File "/root/mdstudio/src/crossbar/crossbar/router/session.py", line 496, in onMessage
    self._router.detach(self)
  File "/root/mdstudio/src/crossbar/crossbar/router/router.py", line 198, in detach
    self._detach(session)
  File "/root/mdstudio/src/crossbar/crossbar/router/router.py", line 207, in _detach
    self._dealer.detach(session)
  File "/root/mdstudio/src/crossbar/crossbar/router/dealer.py", line 189, in detach
    if 'callee' not in callee._session_roles \
builtins.AttributeError: 'LoggerComponent' object has no attribute '_session_roles'
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

2 participants