Edit Sup Issue: issue39

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2009-12-31.20:23:15 by anonymous, last changed by wmorgan.

Messages
msg106 (view) Author: wmorgan Date: 2010-01-03.22:09:10
[resend to include sup-bugs]

Reformatted excerpts from anonymous's message of 2009-12-31:
> --- RuntimeError from thread: main
> no Redwood::SentManager instance defined in method call to i_am_the_instance!
> ./lib/sup/util.rb:512:in `method_missing'
> /usr/lib/ruby/1.8/sup/sent.rb:10:in `initialize'
> ./lib/sup/util.rb:524:in `new'
> ./lib/sup/util.rb:524:in `init'
> ./lib/sup.rb:124:in `start'
> bin/sup:143

Soemthing is screwey with your setup---you're loading most files from
./lib, but sent.rb is being loaded from an old version of an installed
gem. Are you missing ./lib/sent.rb? If not, does this still happen if
you uninstall the Sup gem?
-- 
William <[obfuscated]>
msg101 (view) Author: anonymous Date: 2009-12-31.20:23:15
Sup!

I was following [these][http://sup.rubyforge.org/wiki/wiki.pl?UTF8] instructions
to fix the UTF-8 encoding problem, and when I ran `ruby -Ilib bin/sup`, I got
the following exception:

--- RuntimeError from thread: main
no Redwood::SentManager instance defined in method call to i_am_the_instance!
./lib/sup/util.rb:512:in `method_missing'
/usr/lib/ruby/1.8/sup/sent.rb:10:in `initialize'
./lib/sup/util.rb:524:in `new'
./lib/sup/util.rb:524:in `init'
./lib/sup.rb:124:in `start'
bin/sup:143
History
Date User Action Args
2010-01-03 22:09:10wmorgansetstatus: unread -> chatting
messages: + msg106
2009-12-31 20:23:15anonymouscreate