Skip to content

Conversation

@kimx3966
Copy link

@kimx3966 kimx3966 commented Jul 1, 2025

What does this PR do?

This PR fixes an issue where a UnicodeEncodeError occurred while reading metadata.csv due to the presence of invalid Unicode surrogate characters.
To prevent the error, the file is now opened using errors='ignore', which skips over problematic characters during decoding.
This ensures robust CSV loading even when metadata contains malformed or unexpected Unicode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant