We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need better error-handling in the main loop to account for this exception and perform a clean shutdown:
PHP Fatal error: Uncaught exception 'PhirehoseConnectLimitExceeded' with message 'TCP failure limit exceeded with 21 failures. Last error: Connection timed out' in Phirehose.php:575 Stack trace: #0 Phirehose.php(752): Phirehose->connect() #1 Phirehose.php(379): Phirehose->reconnect() #2 twitterbot.php(82): Phirehose->consume() #3 run.php(55): Twitterbot->loop() #4 {main} thrown in Phirehose.php on line 575
The text was updated successfully, but these errors were encountered:
New exception:
PHP Fatal error: Uncaught exception 'PhirehoseNetworkException' with message 'Unable to resolve hostname: 'stream.twitter.com"' in Phirehose.php:557 Stack trace: #0 Phirehose.php(752): Phirehose->connect() #1 Phirehose.php(379): Phirehose->reconnect() #2 twitterbot.php(82): Phirehose->consume() #3 run.php(55): Twitterbot->loop() #4 {main} thrown in Phirehose.php on line 557
Sorry, something went wrong.
magsol
No branches or pull requests
Need better error-handling in the main loop to account for this exception and perform a clean shutdown:
The text was updated successfully, but these errors were encountered: