Victor Star wrote: > Now, what would be the best way for me to temporary fix this before the next > release to get the > notifications working. It sounds like it shouldn't be a major change, so if > you could help me with > this I'd be extremely grateful. Not working notifications is a big pain now.
You could try changing line 328 in /usr/lib64/python2.6/site-packages/trac/notification.py from: self.server.login(self.user_name, self.password) to self.server.login(str(self.user_name), str(self.password)) as a temporary workaround, provided you only use ASCII characters for the user name and password. -- Remy
signature.asc
Description: OpenPGP digital signature
