GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
142 stars 40 forks source link

avoid getting 414's that occur with large data loads getting passed a… #97

Closed BalazsHoranyi closed 3 years ago

BalazsHoranyi commented 4 years ago

…s params in the uri

Summary:

stream api returns 414's when data is passed as params in uri

Submitter checklist:

Merger checklist:

Dependencies:

pdumoulin commented 4 years ago

I have been experiencing what appears to be the same issue using stream-python==3.1.1 when calling get_activities() with a set of 100 tuples as foreign_id_times param.