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
Thanks for this very handy project. We are trying it to take backup from Solr (aws java sdk) into GCS or Azure. We are seeing the following errors when we try to do this:
For gcs: "Invalid base 16 character: 'O'"
For azure: "Input is expected to be encoded in multiple of 2 bytes but found: 17"
Thanks for this very handy project. We are trying it to take backup from Solr (aws java sdk) into GCS or Azure. We are seeing the following errors when we try to do this:
For gcs: "Invalid base 16 character: 'O'"
For azure: "Input is expected to be encoded in multiple of 2 bytes but found: 17"
Looks like both issues are related to ETAG.
For GCS, I see similar reports here:
For Azure, I see similar reports here:
How can we further debug these issues and fix them? Any help is much appreciated.
The text was updated successfully, but these errors were encountered: