-
Notifications
You must be signed in to change notification settings - Fork 150
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
Script crashing after processing several hundred edits #114
Comments
Thanks. What version of node are you running? |
The latest version from the repository. Output from git describe --tags is "v0.0.5-11-g0087da2" |
I was more interested in the version of node:
|
Sorry, reading too fast. The node is "v0.11.14-pre" |
Can you share the ranges stanza from your config.json? |
"ranges": { "South African Parliament": [ ["196.2.60.32","196.2.60.47"] ], "South African National Government":[ ["164.146.0.0","164.151.255.255"] ] } |
I have the exact same problem, same stack trace. Began when upgrading to v0.0.5 |
Interesting, OK I'll downgrade to 0.0.4 for the meanwhile. |
Still getting the issue with 0.0.4. |
To keep things up I using a short Python script: #!/usr/bin/python import subprocess while(True): try: subprocess.check_output(["./anon.coffee"]) except: print("Crash!") |
Yeah, I was too early. I still have problems with 0.0.4 too. This is the stack trace for v0.0.4 [path]node_modules/wikichanges/node_modules/irc/lib/irc.js:672 Thank you for the code snippet. Very useful! |
I'm experiencing the same problem. After dozens of edits, it crashes with the same error. [root@wiki anon]# node --version |
I don't quite understand why we don't all crash out after a dozen edits ; we all see the same stream. Perhaps it's just luck. I'm going to address this over in edsu/wikichanges#8 |
As mentioned on the chat. Here is the Stack trace. I've replaced the path to anon repo with [path]:
Appears to be a network issue? We're on an Amazon instance if that's relevant.
The text was updated successfully, but these errors were encountered: