You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2016/09/08 15:37:20 UTC

[jira] [Commented] (AVRO-1910) Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end of response binary stream - expected {0} more bytes in current chunk", (object)count));

    [ https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474189#comment-15474189 ] 

Ryan Blue commented on AVRO-1910:
---------------------------------

[~jcustenborder], can you have a look?

> Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end of response binary stream - expected {0} more bytes in current chunk", (object)count)); 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-1910
>                 URL: https://issues.apache.org/jira/browse/AVRO-1910
>             Project: Avro
>          Issue Type: Bug
>          Components: csharp
>            Reporter: Arthur Coquelet
>
> in Avro HttpTransceiver.cs - 
> I basically get this exception:
> throw new Exception(string.Format("Unexpected end of response binary stream - expected {0} more bytes in current chunk", (object)count)); 
> I have in my Excel which use my addin:
> Unexpected end of response binary stream - expected 1154463041 more bytes in current chunk
> It appears while transferring data from the server to the client. It lots of data but it does not reach the limit.
> Could you please advise of how to deal with this exception?
> Thanks in advance.
> Best regards,
> Arthur Coquelet



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)