RuntimeError: could not create serializer for "cbor" (available: ['json'])
See original GitHub issueself.__wamp = Component(
transports=u"ws://router",
realm=u"realm1"
)
run(self.__wamp)
With the above code I get the following error
connecting once using transport type “websocket” over endpoint “tcp” Connection failed: RuntimeError: could not create serializer for “cbor” (available: [‘json’])
What can I do to alleviate this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
RuntimeError: could not create serializer for "cbor" (available
Connection failed : RuntimeError: could not create serializer for “cbor” (available: ['json']). What can I do to alleviate this?
Read more >Source code for autobahn.wamp.serializer
A WAMP serializer is the core glue between parsed WAMP message objects and ... else: raise RuntimeError('could not create serializer for "{}" (available: ......
Read more >使用Python连接crossbar.io 报错could not create serializer ...
一、报错信息2020-12-04T17:35:21+0800 Connection failed: RuntimeError: could not create serializer for "cbor" (available: ['json'])二、解决 ...
Read more >Exceptions - JSON for Modern C++
This exception is thrown by the library when a parse error occurs. Parse errors can occur during the deserialization of JSON text, CBOR,...
Read more >MessagePack: It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange data ... If you want to use msgpack at OCaml, you need...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
the command would be:
pip install autobahn[serialization]
see https://github.com/crossbario/autobahn-python/blob/51ab48c999777c566cd4c6e5a33ada34c80de3bb/setup.py#L238
@meejah there was a default setting, which I just disabled in the forum. New posts should be good now.