mikabytes / gearbox

8 stars 0 forks source link

Sonarr support #24

Closed mikabytes closed 4 months ago

mikabytes commented 4 months ago

Due to this error, Gearbox doesn't work as a drop-in replacement for Transmission.

Could not convert to integer: 1353388500001. Path '[0].id'.

Our assumption that we can use 64-bit integers is false. We're currently encoding the clientId into the id field, which gives us unique IDs even across torrent clients. We'll have to come up with another solution..