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

App doesn't work due to an issue with github issue ids being to long for int type #101

Open
netflash opened this issue Aug 22, 2024 · 0 comments · May be fixed by #102
Open

App doesn't work due to an issue with github issue ids being to long for int type #101

netflash opened this issue Aug 22, 2024 · 0 comments · May be fixed by #102

Comments

@netflash
Copy link

I've been having this issue for quite some time and finally got some a bit of time to get into the guts of that.
I'm not a java/scala developer, so I cannot really fully fix it.
However, I found out that there is a fix available in the org.kohsuke.github-api library - see hub4j/github-api#388

I reckon I fixed this issue, will add a PR in a few

p.c.s.n.PlayDefaultUpstreamHandler - Cannot invoke the action
java.util.concurrent.ExecutionException: Boxed Error
Caused by: java.lang.Error: java.io.IOException: Failed to deserialize [{"url":"https://api.github.com/repos/REDACTED/people/issues/185"
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (2198307245) out of range of int
@netflash netflash linked a pull request Aug 22, 2024 that will close this issue
@netflash netflash changed the title App doesn't work due to an issue with issue ids being to long for int type App doesn't work due to an issue with github issue ids being to long for int type Aug 22, 2024
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

Successfully merging a pull request may close this issue.

1 participant