[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-talk] Release Sup 0.13.1



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 `<module:Redwood>' 
>>>> /usr/bin/sup-mail:80:in `<main>' 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