un-subscription giving error
This is a bit strange problem. As a user in my system and the admin (which is a different user) I can successfully edit my subscription and other users subscriptions (as admin). But when some users try to edit their subscription they get an error and I get the following error in the dump.
/askbot/views/users.py", line 1110, in user context.update(user_email_subscriptions(request, profile_owner, context))
ValueError: dictionary update sequence element #0 has length 1006; 2 is required
I cant figure out what is exactly happening here? I am not on the latest version of the askbot. Any thoughts would be a great help.
Comments