Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

wrong constant name op #6

Open
renier opened this issue Oct 15, 2009 · 1 comment
Open

wrong constant name op #6

renier opened this issue Oct 15, 2009 · 1 comment

Comments

@renier
Copy link

renier commented Oct 15, 2009

Hi, exactly what I was looking for. A rails-based irc bot framework. :D

Just cloned autumn today and installed all the data mapper gems (using latest 0.9.x versions) required. ruby is at 1.8.6 and rails is at 2.3.3. Configured the season folder and ran db:migrate successfully. Not sure what's wrong below. Any hints?

metaxa autumn $ script/server
Loading Autumn 3.0 (7-4-08)
wrong constant name op
./libs/leaf.rb:200:in const_get' ./libs/leaf.rb:200:inpreconfigure'
./libs/foliater.rb:217:in start_stems' ./libs/foliater.rb:217:ineach'
./libs/foliater.rb:217:in start_stems' ./libs/foliater.rb:39:inload'
./libs/genesis.rb:173:in invoke_foliater' ./libs/genesis.rb:45:inboot!'
script/server:12

@renier
Copy link
Author

renier commented Oct 17, 2009

Got past this by removing the Authenticator leaf. leaves.yml had that configured with a "type: op".

Now getting this problem:
Example (Stem): << :renier!~[email protected] PRIVMSG #LRTM :!points renier +1
Adapter not set: default. Did you forget to setup?
/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib/dm-core/repository.rb:28:in adapter' /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib/dm-core/repository.rb:61:inread_many'
/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib/dm-core/model.rb:257:in all' (eval):34:infind_person'
(eval):51:in parse_change' (eval):31:inpoints_command'
./libs/leaf.rb:641:in send' ./libs/leaf.rb:641:incommand_exec'
./libs/leaf.rb:627:in command_parse' ./libs/leaf.rb:225:inirc_privmsg_event'
./libs/leaf.rb:322:in database' ./libs/leaf.rb:223:inirc_privmsg_event'
/usr/lib/ruby/gems/1.8/gems/facets-2.7.0/lib/core/facets/kernel/respond.rb:18:in send' /usr/lib/ruby/gems/1.8/gems/facets-2.7.0/lib/core/facets/kernel/respond.rb:18:inrespond'
./libs/stem.rb:475:in broadcast' ./libs/stem.rb:473:ininitialize'
./libs/stem.rb:473:in new' ./libs/stem.rb:473:inbroadcast'
./libs/stem.rb:472:in each' ./libs/stem.rb:472:inbroadcast'
./libs/stem.rb:529:in start' ./libs/stem.rb:529:ineach'
./libs/stem.rb:529:in start' ./libs/foliater.rb:226:instart_stems'
./libs/foliater.rb:221:in initialize' ./libs/foliater.rb:221:innew'
./libs/foliater.rb:221:in start_stems' ./libs/speciator.rb:106:ineach_stem'
./libs/speciator.rb:106:in each' ./libs/speciator.rb:106:ineach_stem'
./libs/foliater.rb:220:in start_stems' ./libs/foliater.rb:39:inload'
./libs/genesis.rb:173:in invoke_foliater' ./libs/genesis.rb:45:inboot!'
script/server:12
Example (Stem): >> PRIVMSG #lrtm :Listener Scorekeeper::Controller raised an exception responding to irc_privmsg_event: Adapter not set: default. Did you forget to setup?

But I configured the database (using sqlite3) in database.yml...

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

No branches or pull requests

1 participant