Empty respose on ProtoOAApplicationAuthReq()

Created at 26 May 2023, 02:37
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MI

miku

Joined 17.05.2023

Empty respose on ProtoOAApplicationAuthReq()
26 May 2023, 02:37


Hi,

I workes since 2 years with my application on OpenAPI and all workes fine but since 2 days (25.05.23) it just don't work and is not able to connect with ProtoOAApplicationAuthReq(). I just get the following payloads: 2101 and 51. The response is always "{}". Is something happend on the protocol. The version of the api is ctrader-open-api==0.9.1. I used also the simplest sample code from tutorial but this also not worked. 

My Endpoinds are: 

class EndPoints:
    AUTH_URI = "https://openapi.ctrader.com/apps/auth"
    TOKEN_URI = "https://openapi.ctrader.com/apps/token"
    PROTOBUF_DEMO_HOST = "demo1.p.ctrader.com"
    PROTOBUF_LIVE_HOST = "live1.p.ctrader.com"
    PROTOBUF_PORT = 5035

@miku
Replies

PanagiotisChar
26 May 2023, 08:07 ( Updated at: 21 Dec 2023, 09:23 )

Hi there,

Do you still experience this problem? I tried it with the sample application and have no issues at the moment.

 

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

miku
26 May 2023, 11:42 ( Updated at: 26 May 2023, 12:36 )

RE:

Ok I solved it. I'm just stupid... :)

 


@miku