-
Notifications
You must be signed in to change notification settings - Fork 2.5k
read ETIMEDOUT #558
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
Comments
I got the same error, seems to be this part in Sequence.js what is giving the error. // Experimental: Long stack trace support
this._callSite = new Error; |
Have you tried sending a query like "SELECT 1;" instead of ping? |
Same problem. Receive |
For a twitter-stream client, I use one connection to store the tweets. Even when there are streaks, where there are no tweets coming in, the database connection is sound. It runs for weeks now. That said I am not sure which version of node-mysql is running on the Server. Must be Alpha7 or 8. |
I've got the same problem. Anyone found a solution yet? Would be greatly appreciated! |
No solution. I'd like to be able to catch this. bump
|
Do you have some successful queries at the beginning and ETIMEOUT only after pause or no results at all and just error? |
Closing this unless someone can provide some code I can run and reproduce the issue or a patch. All I have right now is speculation and I cannot determine what you are experiencing to move forward on anything. |
Ok,
I'm tryng to use node-mysql.
I'm parsing xml file in a remote folder every 5 minutes with a setInterval; if parsed content is valid then I proceed to insert data into the db.
After some time, when the script try to execute the insert query I receive this error:
So I've tryed to ping the server every ten minutes to prevent timeout but without success:
This is my db configuration:
Configuration that i export and pass to my route and model in this form:
Am I doing something wrong? Prabably I miss something.
Any help is appreciated!
Gabriele
ps:tryed with pool too, but same things appen.
The text was updated successfully, but these errors were encountered: