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
Improve Zip File Error Handling with Instructions (#620)
This PR improves the error handling for zip file operations in the code.
Specifically, it addresses issues related to:
- `BadZipFile` errors, which occur when the downloaded file is corrupted
or not a valid .zip file.
- `FileNotFoundError` for handling cases where the expected file is
missing.
- `RuntimeError` for catching any unexpected errors during file
operations.
Each exception now includes a message that directs users to report the
issue at https://www.github.com/kaggle/kaggle-api.
This enhancement ensures better error reporting and guides users on how
to proceed when encountering problems.
Linked Issue: #619
0 commit comments