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
The error in the FreeSpaceOnDisk type within the ServerState struct of the MainData struct in the GetMainData function! By examining the qBittorrent source code, it was found that it is of type int64, but it was incorrectly defined as uint64 here, leading to the error!
The text was updated successfully, but these errors were encountered:
Hi! That didn't come up during our testing. One would assume disk size wouldn't go below 0, so we went with uint64.
Feel free to PR a fix 👍
zze0s
changed the title
The error in the FreeSpaceOnDisk type within the ServerState struct of the MainData struct in the GetMainData function!
FreeSpaceOnDisk should be int64
Feb 21, 2025
zze0s
changed the title
FreeSpaceOnDisk should be int64
FreeSpaceOnDisk type should be int64
Feb 21, 2025
The error in the FreeSpaceOnDisk type within the ServerState struct of the MainData struct in the GetMainData function! By examining the qBittorrent source code, it was found that it is of type int64, but it was incorrectly defined as uint64 here, leading to the error!
The text was updated successfully, but these errors were encountered: