Rémi Marseault
Rémi Marseault
Well I guess we definitely need to get rid of this as it seems a random bug. I'll try to switch to something in the login page, that way it...
Apart from checking the time it takes for the "version" request to complete at startup (or after page refresh), I'm not sure I could use anything else. You can find...
Thanks everyone for the reports, please switch to nightly to test out the fix and let me know how it goes! Include your browser version and hardware to better understand...
In that case, I'll need the value returned by qBittorrent to better understand the real issue here. qBittorrent did change the way they handle this field in 5.0 https://github.com/qbittorrent/qBittorrent/commit/ad22237a2f50f9a636ed39bfc3f70e32c0e439ea#diff-74790edbe4766657bffad7700b1a73f606a7692cee56f1e093c7357ecdaea915R139 Here's...
But the UI should display the not complete message for all "invalid" dates, that is 0 or negative values. The issue shouldn't happen the way you describe it. What do...
Depending on where you look, this is the same field but with different names. --- qBit v5+: In `serialize_torrent.cpp` (maindata): ```cpp {KEY_TORRENT_COMPLETION_ON, Utils::DateTime::toSecsSinceEpoch(torrent.completedTime())}, ``` In `torrentscontroller.cpp` (properties): ```cpp {KEY_PROP_COMPLETION_DATE, Utils::DateTime::toSecsSinceEpoch(torrent->completedTime())},...
Thanks for the report! Can you also include the file location of the error, and the qbittorrent response's row entry without the country data? See [Support](https://github.com/VueTorrent/VueTorrent/wiki/Support) for help
This was already asked a lot of times before, qBittorrent doesn't provide any way of storing this. However we now have our own backend to sync this data across all...
I'm not sure to understand the issue. Please be more precise about it, templates exist for a reason 👀
Thanks @Nks, now it makes more sense. The bottom pagination has been kept in favor of the top one. It prevents having duplicate code and makes it a lot easier....