silvio.jurk

Info
Username: | silvio.jurk |
Name: | silvio.jurk |
Member since: | 17 May 2023 |
About
Signature
Last Forum Posts
@Empty respose on ProtoOAApplicationAuthReq(): 26 May 2023, 11:42
Ok I solved it. I'm just stupid... :)
@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
@No Response on ProtoOAReconcileReq: 17 May 2023, 11:42
Hello,
if I call ProtoOAReconcileReq mostly I get a response really quickly. But is happens also really often that I get no response. Is it because I use a Demo Account or do I call the function ProtoOAReconcileReq this to often.