Closed utkuozdemir closed 2 years ago
Guess we need to move this back to a int64
instead of a unit64
.
https://github.com/metalmatze/transmission-exporter/blob/e4da8ffcd62e4db2921c0671267694b2b631f3ba/session.go#L27
Do you want to create a PR? :)
Why not, here we go :)
I am having the following error:
This only happens when the download target directory for transmission doesn't exist. When I go to transmission and create the directory path for the downloads, it doesn't crash anymore.
Seems
-1
is a valid value for thedownload-dir-free-space
for transmission, and it should probably treated same as zero.