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
{{ message }}
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
when usingELasticSearch.create(refresh=True) gives an error ('Invalid variable type: mapping value should be str or int, got True') because in latest version of aiohttp the params can only be str or int.
so it failing in all requests where bool arguments are accepted
The text was updated successfully, but these errors were encountered:
him3010
changed the title
Not compatible with aiohttp 1.1.0 version
Using aioes 0.5.0 this version not compatible with aiohttp 1.1.0 version
Feb 2, 2017
him3010
changed the title
Using aioes 0.5.0 this version not compatible with aiohttp 1.1.0 version
aioes 0.5.0 not compatible with aiohttp 1.1.0
Feb 2, 2017
when using
ELasticSearch.create(refresh=True)
gives an error ('Invalid variable type: mapping value should be str or int, got True') because in latest version of aiohttp the params can only be str or int.so it failing in all requests where bool arguments are accepted
The text was updated successfully, but these errors were encountered: