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
When I first used it, there was a JSON parsing error on TorrentInfo.rateDownload.
so I added a annotation to make it work .(@JsonProperty("rateDownload (B/s)"))
but now , function getAllTorrentsInfo return torrentInfo.rateDownload is empty.
This is also the case for the rateUpload
How to solve it,please
The text was updated successfully, but these errors were encountered:
When I first used it, there was a JSON parsing error on
TorrentInfo.rateDownload
.so I added a annotation to make it work .(@JsonProperty("rateDownload (B/s)"))
but now , function
getAllTorrentsInfo
return torrentInfo.rateDownload is empty.This is also the case for the
rateUpload
How to solve it,please
The text was updated successfully, but these errors were encountered: