-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
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
Empty queue #9
Comments
Seems I found the culprit: PHP Fatal error: Uncaught exception 'PhirehoseConnectLimitExceeded' with message 'TCP failure limit exceeded with 21 failures. Last error: ' in /home/openfuego-master/lib/Phirehose/Phirehose.class.php:611 So it seems that Phirehose cannot get the message it is expected to fetch. A bit of googling indicates missing SSL support in PHP as a typical source of this error, but that doesn't seem to be the case here: root@11f143a94423:/home/openfuego-master# echo '' | php 2>&1 |grep -i ssl |
Did you ever find a solution to this? I'm pulling my hair out at the moment. Everything seems fine, Fuego runs and the openfuego_citizens table gets populated...and nothing else happens. All other tables remain empty and the only thing reported in verbose mode is "Found 0 queue files to process... Sleeping..." I had it working before, so I'm completely at a loss to know what is going wrong now. Any hints would be very welcome. |
I have exactly the same issue. |
Same issue. |
it's very important * Only MySQL is supported, hipsters. */ This needs to disabled InnoDB |
Disable InnoDB? |
Ok, but how this can be related to the OpenSSL issue? |
Hello from the FUTURE! Has anyone found a solution to this issue? I'm still seeing it on a completely stock version of Ubuntu with mySQL version 5.6.2. |
Ey! Has anyone found a solution for this issue?
Looping that message for hours. Tables got populated and all the set up is correct. |
Same issue. |
UPDATE: I think I've got a fix. It's not a PHP issue, it's not a MySQL issue... it's a system level one. My system clock was showing the wrong time, therefore OAuth failed, and no new tweets were being read. I synced my clock with this: sudo ntpdate 0.north-america.pool.ntp.org And now fetch.php is all good. Hope this helps. |
Thanks, @ictdcapilot. I don't know if it was your fix or what, but after upgrading MySQL and doing:
OpenFuego is working perfectly! Thanks! |
It's definitely not a MySQL issue... it has to do with the system clock drifting (? can't believe this is a thing) and as a result, screwing up openSSL. Glad the fix worked for you! |
Same issue here :( |
Hi!
Trying to set up Fuego and seem to have gotten fairly far along -- fetch.php starts up without errors, the MySQL tables get created and populated, at least the citizens table; all other tables remain empty.
In verbose mode fetch regularly reports back:
[2013-09-12 12:22:32]: Found 0 queue files to process...
The tmp directory remains empty as well, other than the token 'nothing' file and the process IDs. Plenty of links posted by the authorities while fetch.php was running.
Is there any way to troubleshoot this further? Any log files to peek at?
Thanks! Oliver
The text was updated successfully, but these errors were encountered: