Homer
September 26, 2023, 2:19pm
1
await alpacaClient.ListAssetsAsync(new AssetsRequest { AssetStatus = AssetStatus.Active });
System.ArgumentException: ‘Requested value ‘ipo’ was not found.’
This started today it seems. I dont see any new SDK to download and have 6.2.4. What happened?
Homer
September 26, 2023, 2:33pm
2
Newtonsoft.Json.JsonSerializationException: Error converting value “ipo” to type ‘Alpaca.Markets.AssetAttributes’. Path ‘[1457].attributes[1]’, line 1, position 461914.
—> System.ArgumentException: Requested value ‘ipo’ was not found.
The recent addition of an ipo asset status has impacted a couple of the SDKs. Working to update them to accommodate this change but no ETA.
Homer
September 27, 2023, 2:07pm
4
do mine first, and ill buy you a beer next visit to MI… hehehe
@Homer A new version of C# SDK has just been released which fixes the ipo attribute. If you can, let us know if there are any issue.
Homer
October 6, 2023, 1:25am
6
Thanks! It appears to be fixed!