-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
inbloom.error: invalid data length when trying to load bloom filter #11
Comments
Hi, I am also facing a similar issue but in golang. During the unmarshalling(using inbloom.Unmarshal) i am getting following error:
Can you please look at this issue? |
Hi, my suspicion is that it's something with the filter size, TBH we didn't test it with filters that big IIRC (thought it's been many years and I might be wrong). @bergundy do you have some time to try and recreate this? |
Hi, |
@bergundy So sorry to bother you. There was some issue with the API response which was sending us bf stream. Seems like inbloom library did not have any issues. Thanks for help. |
No worries, I'm glad it worked out. |
Hi,
I would like to use the inbloom library for creating a bloom filter for the alexa top 1 million domain list. When trying to dump and load the bloom filter from a file I always get the following error:
It seems like I'm running into this error clause: https://github.com/EverythingMe/inbloom/blob/master/py/inbloom/inbloom.c#L221
My test script looks like this:
May I ask you to have a look please?
Thanks,
Konstantin
The text was updated successfully, but these errors were encountered: