プロジェクト

全般

プロフィール

バグ #1295

Kazuki Yagi さんが5年以上前に更新

core/plugin/twitterを抜いた状態にて、長い間つけっぱなしにしておくと突然落ちます。 
 --debugをつけない状態では何も出なかったため、--debugをつけて放っておいた所、以下の様なログを出力して落ちていました。 
 <pre><code class="text"> ``` 
 error: {MIKUTTER_DIR}/core/serialthread.rb:83:in `rescue in block in new_thread': uninitialized constant MikuTwitter 
 Did you mean?    Mikutter 
 from {MIKUTTER_DIR}/core/plugin/api_request_file_cache.rb:7:in `gc' 
 from {MIKUTTER_DIR}/core/plugin/api_request_file_cache.rb:12:in `block (2 levels) in <top (required)>' 
 from {MIKUTTER_DIR}/core/serialthread.rb:70:in `block in new_thread' 
 notice: mikutter/mikutter.rb:75:in `rescue in boot!': catch exception `SystemExit' 
 notice: mikutter/mikutter.rb:77:in `rescue in boot!': => `SystemExit' 
 notice: mikutter/mikutter.rb:109:in `rescue in <main>': catch SystemExit 
 </code></pre> 

 ``` 
 h2. 導入していたplugin(general) 
 <pre><code class="text"> 
 mikutter_justsize          sub_parts_client 
 fcm                        mikutter_sub_parts_image_flex    twemoji 
 mikutter-uwm-hommage       mikutter_subparts_nsfw           worldon 
 mikutter_fcmnotify         show_tweet                       worldon_remote_emoji 
 </code></pre>

戻る