Binary-System
Binary-System
I have a strange waiting time when using cpr::Get to download a file with more then a few kb ``` int main() { cpr::Response r = cpr::Get(cpr::Url{ "http://www.httpbin.org/bytes/1096" }); std::cout
System: Pi4, 2GB (590MB used), booted from USB HDD Linux 5.15.76-v8+ aarch64 Nextcloud 24.0.5.1 installed via nextcloud pi project When running sudo -u www-data /var/www/nextcloud/occ memories:index the result is Segmentation...
cpr::ProgressCallback in combination with cpr::Download has the values of up- and download switched
### Description Following the examples from [the docs](https://docs.libcpr.org/advanced-usage.html) and combining cpr::download with cpr::CallbackProgress gives wrong values in the callback function. downloadTotal stays at 0 downloadNow stays at 0 uploadNow stays...
Downloading playlists results in the first 2-5 items downloaded and then for every further down entry of the playlist the last successful video is copied/downloaded again. Easily detectable by the...