We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just did a large prepareupload, and got the following:
[nruest@rho:SwiftBulkUploader] (git)-[master]-$ python prepareupload.py /mnt/vol1/data_sets wahrUpload 1360489 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Incorrect string value: '\xE2%80%9...' for column 'path' at row 1 self.cursor.execute(query) 1555060 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Data truncated for column 'path' at row 1 self.cursor.execute(query) 1882041 parsed. /home/nruest/git/SwiftBulkUploader/olrcdb.py:71: Warning: Incorrect string value: '\xE9s&Vol...' for column 'path' at row 1 self.cursor.execute(query) 2544230 parsed. %
If I'm reading that correctly, we're having issues with escaping and encoding filenames and paths.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just did a large prepareupload, and got the following:
If I'm reading that correctly, we're having issues with escaping and encoding filenames and paths.
The text was updated successfully, but these errors were encountered: