metalmatze / transmission-exporter

Prometheus exporter for Transmission metrics, written in Go.
MIT License
99 stars 40 forks source link

Fix int overflow on 32bit OSs #11

Closed audebert closed 5 years ago

audebert commented 5 years ago

Original error was:

failed to get torrents: json: cannot unmarshal number 72368441637 into Go struct field Torrent.arguments.torrents.leftUntilDone of type int

Tested on armv7l.

metalmatze commented 5 years ago

cool! Thanks