Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam.Models.PublishedFileDetailsModel FileSize should be of type ulong #137

Open
sezonis opened this issue Apr 27, 2024 · 0 comments
Open

Comments

@sezonis
Copy link

sezonis commented Apr 27, 2024

Some workshop items are bigger than the max value of unit32, therefore it proceeds with this response

Error converting value "22491603309" to type 'System.UInt32'. Path 'response.publishedfiledetails[0].file_size', line 1, position 225. ---> System.OverflowException: Value was either too large or too small for a UInt32

Solution is pretty basic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant