I got theses errors while implement login (with wampcra) using Autobahn JS to Crossbar.io:
2018-04-13T09:04:34-0300 [Router 6948] failing WebSocket opening handshake ('This server only speaks WebSocket subprotocols wamp.2.cbor.batched, wamp.2.cbor, wamp.2.msgpack.batched, wamp.2.msgpack, wamp.2.ubjson.batched, wamp.2.ubjson, wamp.2.json.batched, wamp.2.json')
and
2018-04-13T09:04:34-0300 [Router 6948] dropping connection to peer tcp4:127.0.0.1:53586 with abort=False: This server only speaks WebSocket subprotocols wamp.2.cbor.batched, wamp.2.cbor, wamp.2.msgpack.batched, wamp.2.msgpack, wamp.2.ubjson.batched, wamp.2.ubjson, wamp.2.json.batched, wamp.2.json
I think this is an Autobahn version issue.
Version: Crossbar.io COMMUNITY 17.11.1
How I had suspected the Autobahn was updated.
Solution: Re install the autobahn.
Remove your AutobahnJS:
Install the latest AutobahnJS:
And try to connect to Crossbar again.