We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d503016 commit 1bd643cCopy full SHA for 1bd643c
bot.php
@@ -413,6 +413,7 @@ function loadEnv(string $filePath = __DIR__ . '/.env'): void
413
&& ! str_ends_with($errstr, 'No address associated with hostname') // Either the DNS or the VPS is acting up
414
&& ! str_ends_with($errstr, 'Temporary failure in name resolution') // Either the DNS or the VPS is acting up
415
&& ! str_ends_with($errstr, 'Bad Gateway') // Usually happens if the verifier server's PHP-CGI is down
416
+ && ! str_ends_with($errstr, '(Network is unreachable)') // stream_socket_connect issues within ReactPHP/socket
417
//&& ! str_ends_with($errstr, 'HTTP request failed!')
418
419
//&& ! str_contains($errstr, 'Undefined array key')
0 commit comments