We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I received this error when performing an extraction using the following filter:
{ "property_name" => "field_id", "operator" => "in", "property_value" => ids }
ids is an array of 250 elements with something like this 5ac54ae05643c4123e0022b6
ids
5ac54ae05643c4123e0022b6
Keen::HttpError: Keen IO Exception: <html> <head><title>414 Request-URI Too Large</title></head> <body bgcolor="white"> <center><h1>414 Request-URI Too Large</h1></center> </body> </html>
It's not very dev frendly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I received this error when performing an extraction using the following filter:
ids
is an array of 250 elements with something like this5ac54ae05643c4123e0022b6
It's not very dev frendly
The text was updated successfully, but these errors were encountered: