[Buildbot] #3527: assert error on wamp realm

Buildbot trac trac at buildbot.net
Mon Apr 18 15:03:08 UTC 2016


#3527: assert error on wamp realm
----------------------+-----------------------------------
Reporter:  nand0p     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.9.0b7    |   Keywords:  wamp realm type error
----------------------+-----------------------------------
 bb master throws this error upon start:


 2016-04-18 10:57:02-0400 [-] Traceback (most recent call last):
           File "/home/buildbot/.buildbot_venv/local/lib/python2.7/site-
 packages/autobahn/wamp/websocket.py", line 60, in onOpen
             self._session = self.factory._factory()
           File "/home/buildbot/.buildbot_venv/local/lib/python2.7/site-
 packages/autobahn/twisted/wamp.py", line 581, in create
             cfg = ComponentConfig(self.realm, self.extra)
           File "/home/buildbot/.buildbot_venv/local/lib/python2.7/site-
 packages/autobahn/wamp/types.py", line 84, in __init__
             assert(realm is None or type(realm) == six.text_type)
         AssertionError

 2016-04-18 10:57:02-0400 [-] Stopping factory
 <autobahn.twisted.websocket.WampWebSocketClientFactory object at
 0x7fb93d1aa450>


 commenting out the assert fixes issue, but is an ugly hack
 https://github.com/crossbario/autobahn-python/pull/636

--
Ticket URL: <http://trac.buildbot.net/ticket/3527>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list