mongoose-auth icon indicating copy to clipboard operation
mongoose-auth copied to clipboard

How do I fix this? getAccessToken of `twitter` module timed out.

Open dopa opened this issue 13 years ago • 0 comments

This is just a small snippet of the node.log from having about 200 users on the site authenticating with Twitter.

http://m.gsummit.com/

Only Twitter authentication is offered, and this WOULD be crashing the server every few seconds if I hadn't put in code to prevent the crash. Can you please help me figure out what to do? As far as I know, everything is set up correctly. Here is my server.js:

https://gist.github.com/2961510

Here is everyauth-loader.js https://gist.github.com/2961517

Most people are able to sign on, but these errors are happening constantly for others.

Thanks so much in advance - Justin Schier

[Error: Step getAccessToken of twitter module timed out.] Node NOT Exiting... starting step - getRequestToken starting step - getRequestToken [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... starting step - getRequestToken [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... starting step - getRequestToken starting step - getRequestToken starting step - getRequestToken starting step - getRequestToken [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... starting step - getRequestToken [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... starting step - getRequestToken [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting... [Error: Step getRequestToken of twitter module timed out.] Node NOT Exiting...

dopa avatar Jun 20 '12 18:06 dopa