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
It bugs out in case protocol in git sensor is gRPC.
On clicking Select Material in build and deploy page, it will fail if the last few commits has invalid UTF-8 character either in commit msg or description.
error msg : rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
👟 Reproduction steps
Push any commit with UTF-8 invalid character example : �
Now if you go to build and deploy page and click Select Material, it should fail.
👍 Expected behavior
It should have handled the invalid UTF-8 character.
👎 Actual Behavior
It fails with error : rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
☸ Kubernetes version
NA
Cloud provider
NA
🌍 Browser
Chrome
🧱 Your Environment
NA
✅ Proposed Solution
NA
👀 Have you spent some time to check if this issue has been raised before?
📜 Description
It bugs out in case protocol in git sensor is gRPC.
On clicking Select Material in build and deploy page, it will fail if the last few commits has invalid UTF-8 character either in commit msg or description.
error msg :
rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
👟 Reproduction steps
👍 Expected behavior
It should have handled the invalid UTF-8 character.
👎 Actual Behavior
It fails with error :
rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8
☸ Kubernetes version
NA
Cloud provider
🌍 Browser
Chrome
🧱 Your Environment
NA
✅ Proposed Solution
NA
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
AB#5599
The text was updated successfully, but these errors were encountered: