Open
Description
Hi,
Error occurred during execution of the following code from the README file, using following environment:
Please check, any help would be appreciated.
Error:
iproto xrow.c:141 E> ER_INVALID_MSGPACK: Invalid MsgPack - packet header
Code
from tarantool_queue import Queue
queue = Queue("localhost", 3301, 0)
tube = queue.tube("q1")
tube.put([1, 2, 3])
task = tube.take()
task.ack()
Environment
- Ubuntu 18.04.5 LTS (Bionic Beaver)
- Tarantool 2.6.2-0-g34d504d7d
- Python 2.7.17
- Queue-python, v 0.1.4
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels