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
POST and (potentially other methods) throw an exception basic_string::_M_construct null not valid when the request object is empty.
After analysis this turns out to be an error that was introduced via an update of the external httplib library. This lib had breaking changes in the API, as it uses std::string now instead of const char*.
The text was updated successfully, but these errors were encountered:
POST and (potentially other methods) throw an exception
basic_string::_M_construct null not valid
when the request object is empty.After analysis this turns out to be an error that was introduced via an update of the external httplib library. This lib had breaking changes in the API, as it uses
std::string
now instead ofconst char*
.The text was updated successfully, but these errors were encountered: