Topics

Forum Topics not found

Replies

50639902
17 Aug 2022, 17:35

RE: encountered again.

amusleh said:

Hi,

The issue has been resolved.

Please try our .NET samples on OpenAPI.NET repository: spotware/OpenAPI.Net: Spotware Open API .NET Rx library (github.com)

The old samples might not work.

Hi, smusleh. I use openapi protobuf with erlang and golang, and encountered this problem again. even filled with a wrong but short clientId and clientSecret, the server returned ProtoOAErrorRes,

The following is my program log:

22:32:48.197 [info] SSL Socket {sslsocket,{gen_tcp,#Port<0.7>,tls_connection,undefined},[<0.311.0>,<0.310.0>]}
22:32:48.197 [info] ssl connected to {172,104,44,101}:5035
22:32:50.260 [info] sending Item: {'ProtoOAApplicationAuthReq','PROTO_OA_APPLICATION_AUTH_REQ',<<"abc">>,<<"not a sec">>} with binary: <<24,0,0,0,8,180,16,18,19,8,180,16,18,3,97,98,99,26,9,110,111,116,32,97,32,115,101,99>>
22:32:53.200 [info] ProtoMessageBinary = <<8,222,16,18,51,26,14,70,82,65,77,69,95,84,79,79,95,76,79,78,71,34,33,70,114,97,109,101,32,115,105,122,101,32,101,120,99,101,101,100,115,32,97,108,108,111,119,101,100,32,108,105,109,105,116,46>>
22:32:53.200 [info] Received = {'ProtoOAErrorRes',undefined,undefined,<<"FRAME_TOO_LONG">>,<<"Frame size exceeds allowed limit.">>,undefined}


@50639902