You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I try a dummy example where records is [{"test": "test"}] things work. It is unclear to me what's happening, because the error message is not helpful.
For the record:
each record size are <10KB
the records list has only 821 objects.
I've tried adding read and write timeouts but it doesn't seem to help.
I have a dictionary with records that I'm trying to use to generate an index. But when trying to do
I get
But if I try a dummy example where records is
[{"test": "test"}]
things work. It is unclear to me what's happening, because the error message is not helpful.For the record:
records
list has only 821 objects.I've tried adding read and write timeouts but it doesn't seem to help.
How do I debug the issue?
Algolia Client Version:
algoliasearch 3.0.0 pypi_0 pypi
Language Version:
Python 3.10.13
The text was updated successfully, but these errors were encountered: