thoughtworks / metrik

An easy-to-use, cross-platform measurement tool that pulls data out of CD pipelines and analysis the four key metrics for you.
MIT License
354 stars 87 forks source link

Out of range of int when parsing github actions run id #112

Closed unixbps closed 2 years ago

unixbps commented 2 years ago

Hello!

I've been trying to use metrik with github actions, but I am having an issue when configuring a pipeline. After adding the Repository Name, URL and Personal Access Token, when verifying I get the following error:

Error while extracting response for type [class metrik.product.infrastructure.github.feign.response.MultipleRunResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Numeric value (2226315253) out of range of int (-2147483648 - 2147483647); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Numeric value (2226315253) out of range of int (-2147483648 - 2147483647) at [Source: (PushbackInputStream); line: 1, column: 51] (through reference chain: metrik.product.infrastructure.github.feign.response.MultipleRunResponse["workflow_runs"]->java.util.ArrayList[0]->metrik.product.infrastructure.github.feign.response.SingleRunResponse["id"])