PhilG has quit [Remote host closed the connection]
bean__ has quit [Quit: Computer has gone to sleep.]
jhaals has joined #cinch
jhaals has quit [Client Quit]
<rikai>
Hm... can someone explain to me why replacing http://goo.gl/SxMuJ with SHOUTCAST_URI = URI(config[:shoutcasturi]) would cause the plugin to silently fail to load if i've got http://pastebin.com/Gchp5cNM set in ny config? I'm assuming i'm trying to do something the wrong way, since uri() accepts the uri on the command line without issue. Ami I missing something blindingly obvious as seems to be the case quite often lately?
<rikai>
-i
<rikai>
Mmm, i guess this is beyond me. I just dont understand this stuff as well as i thought i did at all.
v0n has quit [Ping timeout: 245 seconds]
postmodern has joined #cinch
<rikai>
Well that was silly.. it was silently not loading because the spacing in cinchize.yml was incorrect. *shakes head* :P
<txdv>
what is cinchize?
<txdv>
rikai: hm I guess is it is a daemon, which rounds in the background
<txdv>
it detaches immediately and doesn't write any error output
<txdv>
but a good thing about daemons is that they have always error output files
<rikai>
It actually didn't say anything about not being able to find the config method, which is why i was confused, just sildently didnt load. I can only guess that's because of cinchize... But now that i've moved it into an instance method, it works fine.