From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [192.168.1.207] (c4C8F5BC1.dhcp.as2116.net. [193.91.143.76]) by mx.google.com with ESMTPSA id et10sm4881943lbc.6.2013.08.03.02.49.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 03 Aug 2013 02:49:05 -0700 (PDT) Message-ID: <51FCD1CF.7010708@gaute.vetsj.com> Date: Sat, 03 Aug 2013 11:47:59 +0200 From: Gaute Hope User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Adam Bogacki CC: sup-talk@rubyforge.org Subject: Re: [sup-talk] Release Sup 0.13.1 References: <51FC26D9.5020708@clear.net.nz> <51FC34D1.9050302@gaute.vetsj.com> <51FCCF18.1040807@gaute.vetsj.com> In-Reply-To: <51FCCF18.1040807@gaute.vetsj.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03. aug. 2013 11:36, Gaute Hope wrote: > On 03. aug. 2013 00:38, Gaute Hope wrote: >> On 02. aug. 2013 23:38, Adam Bogacki wrote: ------------ >>>> --- TypeError from thread: main can't convert String into Array >>>> /usr/lib/ruby/vendor_ruby/sup/account.rb:64:in `add_account' >>>> /usr/lib/ruby/vendor_ruby/sup/account.rb:38:in `initialize' >>>> /usr/lib/ruby/vendor_ruby/sup/util.rb:576:in `new' >>>> /usr/lib/ruby/vendor_ruby/sup/util.rb:576:in `init' >>>> /usr/lib/ruby/vendor_ruby/sup.rb:166:in `start' >>>> /usr/bin/sup-mail:164:in `' >>>> /usr/bin/sup-mail:80:in `
' adam@Candide:~$ >>> .. and it has been that way ever since. >> >>> Can anyone explain what is happening and recommend a fix ? The problem is likely an incorrectly set up :alternates: in config.yaml, it should be of the format: :alternates: - email2@asdf.asdf - email3@asdf.as if it is set up like: :alternates: asdfa@adsf.asdf if will fail. A more descriptive error message should be shown with the patch in pull request #119 [0]. Please test it if you have the chance, otherwise let me know if changing config.yaml did the trick. [0] https://github.com/sup-heliotrope/sup/pull/119 Cheers, Gaute