babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Error Mapping Types - GetPublishedFileDetails Endpoint #65

Closed Alexr03 closed 6 years ago

Alexr03 commented 6 years ago

Hello,

I am receiving this error when trying to execute GetPublishedFileDetails. This is the StackTrace : https://i.Alexr03.com/aid33R1993NH.png

Any help would be appreciated!

babelshift commented 6 years ago

Hi Alex. What parameters and values are you using? There are several overloads to that method.

Alexr03 commented 6 years ago

Hello,

I am giving it a list ulong and thats it, I print the values to console and they are indeed correct.

babelshift commented 6 years ago

Please provide the exact values that can reproduce this problem.

I have attempted with my own values and cannot reproduce.

For example: itemcount = 1 and publishedfileids[0] = 55555 does not cause a problem.

babelshift commented 6 years ago

Please re-open when you have more info.