Skip to content
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

RuntimeError('MD5 checksum failed.') #6

Closed
sephiartlist opened this issue Nov 24, 2021 · 6 comments
Closed

RuntimeError('MD5 checksum failed.') #6

sephiartlist opened this issue Nov 24, 2021 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@sephiartlist
Copy link
Contributor

Hi,
l'm starting to get MD5 checksum failed errors on various files.
I've run a clean installation of the example and I'm getting the following error

frame_extractor@63989[E]:Error while pulling jinahub://VideoLoader/v0.3: 
RuntimeError('MD5 checksum failed.')

Updated to jinahub://VideoLoader/v0.4

But then I got an error for SimpleIndexer

image_indexer@75458[E]:Error while pulling jinahub://SimpleIndexer/v0.4: 
RuntimeError('MD5 checksum failed.')

I then updated to jinahub://SimpleIndexer/v0.6

Finally the index is working .

The search failed with jinahub://SimpleIndexer/v0.4 , upgrading to 0.6 successfully completed the search.

Are you aware of the MD5 issue?

@mapleeit
Copy link
Member

Hey. @sephiartlist Thanks for reporting. We'll look into it.

@mapleeit mapleeit added the bug Something isn't working label Nov 24, 2021
@sephiartlist
Copy link
Contributor Author

BTW I'm also getting an MD5 error on jinahub://SimpleIndexer/v0.8

@nomagick
Copy link
Member

Hey @sephiartlist, Thanks for reaching us!
I have checked the md5sum of the version you mentioned, and it seems OK.
If I remember right, a bug in Jina was causing the bad md5 issue due to caching.
And the bug was fixed weeks ago.
I suggest you update Jina to the latest version and try again.

@sephiartlist
Copy link
Contributor Author

Hi @nomagick ,
Upgrading to jina==2.4.9 breaks the code in this repo example

frame_extractor@6863[E]:AttributeError("'tuple' object has no attribute 'append'")
 add "--quiet-error" to suppress the exception details

@nomagick
Copy link
Member

@sephiartlist
Thanks for the reply.
The nearest release including the patch was v2.1.11 and its latest minor release v2.1.13.
We'll soon fix this repo as well.

@sephiartlist
Copy link
Contributor Author

@nomagick ,
thx! i've downgraded to jina==2.1.13 and all is working

mapleeit added a commit that referenced this issue Nov 25, 2021
Avoid the bug mentioned in #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants