Kodi Community Forum

Full Version: Is cURL broken in current nightlies?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I seem to be having a problem with a few of my plugins, all of which come when the plugin is using cURL.

A typical error would be:

09:59:49 T:3464 M:961843200 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 22
09:59:49 T:3464 M:961843200 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.

Is this a known issue at present?

Cheers,
Michael
no curl is not broken. error 22 = server returned an error code > 400, usually 404 or 403..
cheers... just thought it was strange as it is happening in three different plugins, all of which seem to be using cURL right before failing.