Skip to content
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

大量のUse of uninitialized value #207

Open
uzulla opened this issue Jan 22, 2014 · 3 comments
Open

大量のUse of uninitialized value #207

uzulla opened this issue Jan 22, 2014 · 3 comments
Labels

Comments

@uzulla
Copy link
Owner

uzulla commented Jan 22, 2014

Botの関係だとおもうが、大量にエラーがでるようになった。

Use of uninitialized value $nickname in concatenation (.) or string at /home/yancha/yancha/lib/Yancha/Core.pm line 91, <> line 10.
Use of uninitialized value in concatenation (.) or string at /home/yancha/yancha/lib/Yancha/Core.pm line 259, <> line 15.
Use of uninitialized value in delete at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 50.
Use of uninitialized value in exists at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 30, <> line 10.
Use of uninitialized value in exists at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 42, <> line 15.
Use of uninitialized value in exists at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 42.
Use of uninitialized value in hash element at /home/yancha/yancha/lib/Yancha/Core.pm line 292.
Use of uninitialized value in hash element at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 32, <> line 10.
Use of uninitialized value in hash element at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 45.
Use of uninitialized value in hash element at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 46.
Use of uninitialized value in sprintf at /home/yancha/yancha/lib/Yancha/Core.pm line 262.
Use of uninitialized value in sprintf at /home/yancha/yancha/lib/Yancha/Core.pm line 82, <> line 10.
Use of uninitialized value in sprintf at /home/yancha/yancha/lib/Yancha/Plugin/WelcomeMessage.pm line 18, <> line 10.
Use of uninitialized value in substr at /home/yancha/yancha/lib/Yancha/Core.pm line 300.

@ytnobody
Copy link
Collaborator

多分Unrulyのステルスモードまわりの影響かな・・・?

@uzulla
Copy link
Owner Author

uzulla commented Jan 25, 2014

どういうケースなのかわからないがnickが空の場合があるっぽい…でもSimpleにしても、空(0文字)でははいれないはずなんだけどな??

@ichigotake
Copy link
Collaborator

この件と関係あるかは不明ですが、今日の昼間に @uzulla と、ログイン済み(token loginイベント通過後)にsessionテーブルの中身を消した際に吐かれるログを共有しました

そのログから、セッションに不備があった際にサーバが接続を落とせばいいのでは、何かしらクライアントに失敗を知らせた方がいいのでは、という話が出ました

自分は詳しくは追いかけてませんでしたが、共有したという事を共有しておきます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants