tarantool / queue-python

Python Bindings for Tarantool Queue (https://github.com/tarantool/queue/)
MIT License
14 stars 11 forks source link

ER_INVALID_MSGPACK: Invalid MsgPack - packet header #18

Open Faizatanjia opened 3 years ago

Faizatanjia commented 3 years ago

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

  1. Ubuntu 18.04.5 LTS (Bionic Beaver)
  2. Tarantool 2.6.2-0-g34d504d7d
  3. Python 2.7.17
  4. Queue-python, v 0.1.4

Thanks in advance.