Raspberry PI, IP-Symcon und Google API

Hallo da draussen,

ich habe ein Problem. Ich habe IP-Symcon vor einigen Monaten erfolgreich auf meinem Raspberry PI 3 zum Laufen bekommen und nutze dabei die Google API für den Zugriff auf meinen Google Kalender.
Das klappte bisher auch alles sehr gut.
Nun habe ich gestern mit sudo apt-get update und sudo apt-get upgrade ein Raspbian Update durchgeführt. Dabei wurden diverse Updates eingespielt, unter anderem auch eines von IPSymcon.
Seither erhalte ich beim Zugriff auf meinen Google Kalender eine Fehlermeldung:

Fatal error:  Uncaught exception 'Google_IO_Exception' with message 'Could not resolve host: accounts.google.com' in /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php:109
Stack trace:
#0 /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Abstract.php(133): Google_IO_Curl->executeRequest(Object(Google_Http_Request))
#1 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(337): Google_IO_Abstract->makeRequest(Object(Google_Http_Request))
#2 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(309): Google_Auth_OAuth2->refreshTokenRequest(Array)
#3 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(234): Google_Auth_OAuth2->refreshTokenWithAssertion()
#4 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Resource.php(208): Google_Auth_OAuth2->sign(Object(Google_Http_Request))
#5 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Calendar.php(1561): Google_Service_Resource->call('list', Array, 'Google_Service_. in /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php on line 109
PHP-Error-Error: Uncaught exception 'Google_IO_Exception' with message 'Could not resolve host: accounts.google.com' in /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php:109
Stack trace:
#0 /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Abstract.php(133): Google_IO_Curl->executeRequest(Object(Google_Http_Request))
#1 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(337): Google_IO_Abstract->makeRequest(Object(Google_Http_Request))
#2 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(309): Google_Auth_OAuth2->refreshTokenRequest(Array)
#3 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(234): Google_Auth_OAuth2->refreshTokenWithAssertion()
#4 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Resource.php(208): Google_Auth_OAuth2->sign(Object(Google_Http_Request))
#5 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Calendar.php(1561): Google_Service_Resource->call('list', Array, 'Google_Service_.
   Error in Script /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php on Line 109Abort Processing during Fatal-Error: Uncaught exception 'Google_IO_Exception' with message 'Could not resolve host: accounts.google.com' in /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php:109
Stack trace:
#0 /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Abstract.php(133): Google_IO_Curl->executeRequest(Object(Google_Http_Request))
#1 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(337): Google_IO_Abstract->makeRequest(Object(Google_Http_Request))
#2 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(309): Google_Auth_OAuth2->refreshTokenRequest(Array)
#3 /var/lib/symcon/scripts/google-api-php-client/src/Google/Auth/OAuth2.php(234): Google_Auth_OAuth2->refreshTokenWithAssertion()
#4 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Resource.php(208): Google_Auth_OAuth2->sign(Object(Google_Http_Request))
#5 /var/lib/symcon/scripts/google-api-php-client/src/Google/Service/Calendar.php(1561): Google_Service_Resource->call('list', Array, 'Google_Service_.
   Error in Script /var/lib/symcon/scripts/google-api-php-client/src/Google/IO/Curl.php on Line 109

Ich habe vor dem Update zum Glück ein Backup meines Raspbian Systems gemacht und dieses wieder eingespielt. Nun läuft alles wieder glatt. Ich habe das Ganze ausserdem testweise auf einem zweiten Raspberry PI getestet und bin zu dem sleben Ergebnis bekommen (vor dem Update alles OK, danach taucht der Fehler auf).

Leider kann ich nicht nachvollziehen, ob die Ursache des Fehlers in IPSymcon liegt oder in irgend einer Datei des Raspbian Systems, die auf den neusten Stand gebracht worden ist.

Hat jemand eine Idee bzw. die selbe Erfahrung gemacht?

LG,

Andreas

Schau Mal da:

Keine Namensauflösung in IPS nach aktuellem PI Update

DANKE! Das hatte ich gesucht und nicht gefunden.
Nun läuft es wieder (mit 4.1beta)