tags and links attributes aren't allowed to be None anymore, they need to be instances of set(). You can used beancount.core.data.EMPTY_SET as an immutable empty constant for empty sets if you like. https://bitbucket.org/blais/beancount/commits/1a37899b54837abf9f35c574135cce09382ed3c7
On Mon, Mar 20, 2017 at 6:10 AM, <[email protected]> wrote: > > Hi, > > I've been running beancount for a while, with some (crappy but working) > importer action going on. I just upgraded my beancount/fava install through > pip, and went to import last weeks transactions. > > But now my importers return > identify() raised an unexpected error: decode() argument 1 must be str, > not None > # <snip x all my defined importers, matched importers return:> > ERROR:root:Importer _importers.coopbank.Importer: "".extract() raised an > unexpected error: Invalid tags type: <class 'NoneType'> > ERROR:root:Importer _importers.nordjyskebank.Importer: "".extract() > raised an unexpected error: Invalid tags type: <class 'NoneType'>ERROR > > I have touched no importer code since updating. Are there steps I need to > take with the new version of beancount? > > -- > You received this message because you are subscribed to the Google Groups > "Beancount" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/beancount/b0ba077c-0971-4742-8bb5-66ad89e9f1fa%40googlegroups.com > <https://groups.google.com/d/msgid/beancount/b0ba077c-0971-4742-8bb5-66ad89e9f1fa%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhPceUJwmFj6B4XdWk4KdCLz7giD2Jd_-G0d_dnniGdUQQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
