-
Notifications
You must be signed in to change notification settings - Fork 232
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
Double say and disconnect #14
Comments
I have known phenny.say() to send the data twice, very rarely, but not to then disconnect. I think that the data duplication bug is something to do with threading, but I've not been able to isolate it, and because it only happens so very rarely I haven't tried to do so. If you succeed in finding reproducible conditions for the bug, please do note them here. |
The duplication is happening to me too. |
What python version and OS are you both using? How often does this happen, quantitatively? Is your bug only duplication, eka, or does the disconnect happen too? |
Only duplication. Not happening all the time. Python 2.7.2+ (default, Oct 4 2011, 20:06:09) OS: Linux jaganath 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux |
I actually stopped using phenny a few weeks after posting this because of the dupe/disconnect. It did disconnect for me after almost every dupe. Python 2.7, 3.1.9-2-ARCH |
Python 2.4.3 (#1, Nov 11 2010, 13:30:19) Running from one single execution $ ./phenny [17:29] .auth nick user.name PASSWORD Or I would have to send .quit twice: I am also seeing evidence of this when when I CTRL-C out of the CLI screen session. |
NSFW: The Module
Sometimes when i call phenny.say(), my bot says the data twice and then disconnects. This happens both phenny bots i run from time to time.
The text was updated successfully, but these errors were encountered: