You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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#388I reckon I fixed this issue, will add a PR in a few
The text was updated successfully, but these errors were encountered: