This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
InfluxDB-python version 5.3.0 chunk=True #820
Copy link
Copy link
Open
Description
- InfluxDB-python version: 5.3.0
- Python version: 3.7.4
- Operating system version: macOS 10.14.5
msgpack.exceptions.ExtraData: unpack(b) received extra data
Traceback (most recent call last):
File "/Users/dong/Desktop/mosaic-research/analysis/analysis.py", line 17, in <module>
public_book = mosaic_client.public_book(exchange=exchange, instrument=instrument, ts_start=ts, ts_end=ts+save_interval, depth=1)
File "/Users/dong/Desktop/mosaic-research/py_mosaic_client/py_mosaic_client/mosaic_client.py", line 74, in public_book
result = self.client.query(f'SELECT * FROM "l2_book-{exchange}" WHERE time > {ts_start} AND time <= {ts_end}', chunked=True, chunk_size=10000)
File "/Users/dong/opt/anaconda3/lib/python3.7/site-packages/influxdb/client.py", line 518, in query
expected_response_code=expected_response_code
File "/Users/dong/opt/anaconda3/lib/python3.7/site-packages/influxdb/client.py", line 352, in request
raw=False)
File "msgpack/_unpacker.pyx", line 209, in msgpack._cmsgpack.unpackb
msgpack.exceptions.ExtraData: unpack(b) received extra data.