thomasesmith / php-vw-car-net

An unofficial PHP wrapper for the VW Car-Net API
12 stars 3 forks source link

Getting "cURL Error 0" in certain environments #1

Closed thomasesmith closed 4 years ago

thomasesmith commented 4 years ago

I am getting the following error when trying to use this package in a new environment.

An attempt to call the authenticate() method throws an exception with message: "cURL error 0: The cURL request was retried 3 times and did not succeed. The most likely reason for the failure is that cURL was unable to rewind the body of the request and subsequent retries resulted in the same error."

I am trying to find a fix.