Skip to content

ER_INVALID_MSGPACK: Invalid MsgPack - packet header #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Faizatanjia opened this issue May 26, 2021 · 0 comments
Open

ER_INVALID_MSGPACK: Invalid MsgPack - packet header #18

Faizatanjia opened this issue May 26, 2021 · 0 comments

Comments

@Faizatanjia
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant