JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.02k stars 420 forks source link

StartUserStreamAsync, too many parameters, version 9.9.0 #1365

Closed glipitch closed 2 months ago

glipitch commented 2 months ago

Describe the bug

Version 9.9.0:

{[ServerError] -1101: Too many parameters; expected '0' and received '2'. } when calling

await client.SpotApi.Account.StartUserStreamAsync();

To Reproduce

var t= await client.SpotApi.Account.StartUserStreamAsync();

t: {Error response: [ServerError] -1101: Too many parameters; expected '0' and received '2'. , 74 bytes received in 306ms}

Expected behavior

Return Success and a listen key.

Debug logging Not currently available, but I'll gather some if needed

JKorf commented 2 months ago

Thanks for the report, fixed in version 9.9.1

glipitch commented 2 months ago

Thanks for the quick fix