question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RuntimeError: could not create serializer for "cbor" (available: ['json'])

See original GitHub issue
self.__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:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
oberstetcommented, Jun 11, 2019
0reactions
om26ercommented, Jun 11, 2019

@meejah there was a default setting, which I just disabled in the forum. New posts should be good now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found