Received RpcError is always code 2: Incomplete response #1480
              
  
  Closed
              
          
                  
                    
                      WindFreaker
                    
                  
                
                  started this conversation in
                Ecosystem support
              
            Replies: 2 comments 7 replies
-
| @WindFreaker Hi thanks for the report. In your  The%20Observer%20is%20currently%20accepting%20new%20registration%20requests%20and%20you%20should%20not%20have%20more%20than%2020%20unexpired. Which seems to indicate a registration issue? :) | 
Beta Was this translation helpful? Give feedback.
                  
                    6 replies
                  
                
            -
| I found someone with the identical issue to me: hyperium/tonic#1968 The fix was indeed adding the header  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am struggling to send error information from my Tonic gRPC server to my gRPC web client. Every time I receive an
RpcErroron the client, it always comes out as code 2 with the message "Incomplete response".Here is a snippet of my client code (in case I am doing anything glaringly wrong):
However when I inspect the network information for the request, I see headers that contain my error information.
Beta Was this translation helpful? Give feedback.
All reactions