We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60edec2 commit 9c8566dCopy full SHA for 9c8566d
1 file changed
bot.php
@@ -354,7 +354,8 @@
354
355
// Connectivity issues
356
&& ! str_ends_with($errstr, 'No route to host') // Usually happens if the verifier server is down
357
- //&& ! str_ends_with($errstr, 'Temporary failure in name resolution')
+ && ! str_ends_with($errstr, 'No address associated with hostname') // Either the DNS or the VPS is acting up
358
+ && ! str_ends_with($errstr, 'Temporary failure in name resolution') // Either the DNS or the VPS is acting up
359
//&& ! str_ends_with($errstr, 'HTTP request failed!')
360
361
//&& ! str_contains($errstr, 'Undefined array key')
0 commit comments