asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

String could not be parsed as XML because no connection #148

Closed jfrac closed 8 years ago

jfrac commented 8 years ago

We're using v2.3.7

Sometimes, we get "String could not be parsed as XML" error. When print de output of curl from DefaultServiceRequest, we get this:

Error Number: 7
Error String:Failed to connect to 2a00:1450:4007:808::200e: The network is inaccessible

We don't know if that is due connection, the version we use, a problem with IPv6 o what.

Thanks in advantage.

asimlqt commented 8 years ago

Hi @jfrac

If you only get it sometimes then it most likely won't be this library, it will be a network issue on your end.

jfrac commented 8 years ago

@asimlqt thx!