Error during call GitHub RestAPI in c# console app (Error : VALUE IS EITHER TOOL LARGE OR TOO SMALL FOR AN INT32) #121931
Unanswered
v-vermavikas
asked this question in
Programming Help
Replies: 2 comments
-
Upgrading the Related issue: octokit/octokit.net#2893 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have exactly the same issue now in version 13.0.3, which is latest. has the same problem resurfaced? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Body
Hello Team,
We are trying to fetch GitHub data using console app using Rest API. But since few days we are getting an issue highlighted as below:
We are Making call to api and passing correct repositoryId
Error message: VALUE IS EITHER TOOL LARGE OR TOO SMALL FOR AN INT32**
Getting an exception value is either too large or too small for an Int32. While passing the repositoryId getting through api and same they are not accepting in another API call. Also, this value is in range.
Could you please help me as mentioned.
Regards,
Vikas
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions