I'm using growlnotify inside a loop on ruby script and I keep getting these
errors:
2012-06-09 08:33:59.770 growlnotify[50474:f07] Got disconnected: Error
Domain=GCDAsyncSocketErrorDomain Code=4 "Read operation timed out"
UserInfo=0x7fdcab420330 {NSLocalizedDescription=Read operation timed out}
I have Growl 1.3.3 installed and growlnotify 1.3
This is my ruby code:
def rest
system %[growlnotify -sw "Blink\!" -m "It's about time"]
print "Rest!\r"
$stdout.flush
sleep 20
system %[afplay #{BELL_PATH}]
end
Any ideas?
--
You received this message because you are subscribed to the Google Groups
"Growl Discuss" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/growldiscuss/-/8aYK1q-PHo8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/growldiscuss?hl=en.