Karl Kristiansen
Results
2
issues of
Karl Kristiansen
In Chrome, on macOS
Following this guide: https://rethinkdb.com/docs/rabbitmq/python/ I cannot run this part: ``` for change in table_changes.run(rethink_conn): routing_key = 'mytable.' + type_of_change(change) channel.basic_publish(exchange, routing_key, json.dumps(change)) ``` I get this error: ``` Traceback (most...