Diego Morais

Results 3 issues of Diego Morais

Hi! I am trying to use this package on a Web Api project and the message is never sent. In fact, when forcing the method to run synchronously, the .Result...

### Description Executing `docker-compose up` fails to download Oracle Cloud registry images. `failed to solve: iad.ocir.io/compartment/repo/imagename:mytag: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to...

kind/bug
status/0-triage

Hi, following the examples I am trying to place orders with: ``` var result = await _viewModel.IqOptionClient.PlaceDigitalOptions( Id, ActivePair.EURUSD, OrderDirection.Put, IqOptionApiDotNet.Models.DigitalOptions.DigitalOptionsExpiryDuration.M5, 2); ``` The ErrorMessage returned is "active_not_found". Am I...