Fabian Sauter
Fabian Sauter
@ishansheth this would be great!
@axsaucedo it is done! The android example builds again. But when clicking on the button and when creating a `kp::Manager` it crashes with a segfault... I'm looking into this one...
Done. Now everything works. Ready for a final review.
Great to hear. Yes, from my side everything worked perfectly!
@Nullarity we even test against multiple different versions of Ubuntu in our CI to make sure everything works on Ubuntu (https://github.com/libcpr/cpr/blob/master/.github/workflows/ci.yml). Usually behaviour like this is caused by wrong CA...
You could also try passing `cpr::Verbose{true}` to a session (or a request) to get more debug output from curl. If you decide to do this, please post the output here.
Awesome. Great to hear @Nullarity ! Closing this issue for now. Feel free to open a new one in case anyone still has issues with it.
Try replacing `cpr::Body` with `cpr::Payload`.
@caiomcg thanks for looking into this and providing a ref. solution. Does this mean, we need to change anything on the cpr side of things since as far as I...
A workaround for now is to call the commads as root instead of sudo.