rafak360

Results 6 comments of rafak360

> @VolodymyrLavrenchuk check exchangeinfo full response: > > ```json > { > "symbol": "BTCUSDT", > "status": "TRADING", > "baseAsset": "BTC", > "baseAssetPrecision": 8, > "quoteAsset": "USDT", > "quotePrecision": 8, >...

> Hello everyone, When I try to place an order with the instruction create_test_order I have this error "APIError(code=-1013): Filter failure: MARKET_LOT_SIZE. > > However, I read the documentation about...

> I'm not able to reproduce this outside of Visual Studio/VSTest. Is it only reproduced when using Visual Studio (or VSTest via `dotnet test`)? > > ![image](https://user-images.githubusercontent.com/16944/126928799-86f8c5d4-44ed-4caa-aa8f-91962c830635.png) I only used...

> I've seen similar behaviour when running tests in VS Enterprise 2019, when running the tests via right-click on the test class name and then run (class fixture constructor ran...

I faced the same problem today, it looks like it's a graphic card driver issue, however the `System.Windows.Forms.WebBrowser` control based on the `Internet Explorer` works fine which means there's something...

> @rafak360 The problem is indeed certain buggy GPU drivers that the WebView2 control refuses to work with. You may want to try this workaround provided by Microsoft. It fixed...