Skip to content

ER_INVALID_MSGPACK: Invalid MsgPack - packet header #18

Open
@Faizatanjia

Description

@Faizatanjia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions