Can't download - connection reset by peer 6 times

Hi guys,

Hope you are well

Thanks for the organization of this competition

Unfortunately, I couldn’t download train data for 6 times. Every time I received next error:
requests.exceptions.ChunkedEncodingError: (“Connection broken: ConnectionResetError(54, ‘Connection reset by peer’)”, ConnectionResetError(54, ‘Connection reset by peer’))

It happened after 1 hour download with average download speed ~ 340 KB/s

Hello

We are currently investigating the issues, but it is likely caused by an unstable connection on your end.

We will implement a retry mechanism to mitigate the problem, but in the meantime, please try on a different machine/connection or use a Google Colab.

Keeping you updated.

Sorry it took so long, I was in vacation.

I added a retry mechanism for the data download code.
Don’t forget to pip install crunch-cli --upgrade

1 Like

I have modified it myself and fixed it those days.

thanks for the response.