Hey Gabriel, > I found the error if anyone ever has this too : in my reference > declarations, I used a unicode string... The error isn't very indicative > of the problem, but if you replace : > > language = Reference(languageId, u"Language.id") > > with : > > language = Reference(languageId, "Language.id") > > it works.
Thanks for investigating it and reporting back. It looks like a problem that we must fix. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
