murgo / IrssiNotifier

notifies android phones from irc private messages
Apache License 2.0
171 stars 63 forks source link

Huge chunk of warnings when loading irssinotifier.pl #145

Closed knirch closed 11 years ago

knirch commented 11 years ago
[(status)] /script load irssinotifier.plVariable "$lastServer" will not stay shared at (eval 24433177) line 34.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 35.
Variable "$lastNick" will not stay shared at (eval 24433177) line 36.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 37.
Variable "$lastWindow" will not stay shared at (eval 24433177) line 38.
Variable "$lastDcc" will not stay shared at (eval 24433177) line 39.
Variable "$lastServer" will not stay shared at (eval 24433177) line 44.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 45.
Variable "$lastNick" will not stay shared at (eval 24433177) line 46.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 47.
Variable "$lastWindow" will not stay shared at (eval 24433177) line 48.
Variable "$lastDcc" will not stay shared at (eval 24433177) line 49.
Variable "$lastServer" will not stay shared at (eval 24433177) line 54.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 55.
Variable "$lastNick" will not stay shared at (eval 24433177) line 56.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 57.
Variable "$lastWindow" will not stay shared at (eval 24433177) line 58.
Variable "$lastDcc" will not stay shared at (eval 24433177) line 59.
Variable "$lastServer" will not stay shared at (eval 24433177) line 64.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 65.
Variable "$lastNick" will not stay shared at (eval 24433177) line 66.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 67.
Variable "$lastWindow" will not stay shared at (eval 24433177) line 68.
Variable "$lastDcc" will not stay shared at (eval 24433177) line 69.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 75.
Variable "$lastDcc" will not stay shared at (eval 24433177) line 91.
Variable "$lastServer" will not stay shared at (eval 24433177) line 99.
Variable "$lastWindow" will not stay shared at (eval 24433177) line 133.
Variable "$lastNick" will not stay shared at (eval 24433177) line 143.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 152.
Variable "$lastKeyboardActivity" will not stay shared at (eval 24433177) line 167.
Variable "$screen_socket_path" will not stay shared at (eval 24433177) line 175.
Variable "$forked" will not stay shared at (eval 24433177) line 191.
Variable "@delayQueue" will not stay shared at (eval 24433177) line 192.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 194.
Variable "$lastNick" will not stay shared at (eval 24433177) line 195.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 196.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 265.
Variable "$lastNick" will not stay shared at (eval 24433177) line 266.
Variable "$lastTarget" will not stay shared at (eval 24433177) line 267.
Variable "$forked" will not stay shared at (eval 24433177) line 280.
Variable "@delayQueue" will not stay shared at (eval 24433177) line 381.
Variable "$lastMsg" will not stay shared at (eval 24433177) line 387.
Variable "$lastNick" will not stay shared at (eval 24433177) line 388.
[09:26] :: Irssi: Loaded script irssinotifier
 [09:29] "$lastTarget" will not stay shared at (eval 24433177) line 389.

it would seem the script is working fine with those warnings, but it's kind of scary to get hit by a wall-of-text when loading the script :)

murgo commented 11 years ago

I received similar bug report before. Turns out it was (maybe) caused by updating perl while irssi is still running.

Could you try launching a new irssi instance and loading the script there to see if you'll still get the warnings?

If you do, I'm not sure what to do with this bug, it might be an Irssi bug.

knirch commented 11 years ago

mmm, works fine on my local box. And the host where I keep my irssi is horribly outdated and semiupgraded in parts now when I look at it. Closing as it seems to be a horrible mess at my end, hopefully root will update the packages eventually :)