ValueError: Invalid IV size (15) for CFB8. - Upgrade from 3.0.8 to 3.0.14

2019-04-13 Thread Anthony
I upgraded from 3.0.8 to 3.0.14. When I look at a diff of my git-managed code, I get the following error: There was an error displaying this diff. Invalid IV size (15) for CFB8. Any idea what's causing this? Full trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packag

Re: ValueError: Invalid IV size (15) for CFB8. - Upgrade from 3.0.8 to 3.0.14

2019-04-18 Thread Christian Hammond
Hi Anthony, Did you also dump/re-import your database? Or rebuild your site directory and generate a brand new $sitedir/conf/settings_local.py file? This can happen in either case. Christian On Sat, Apr 13, 2019 at 4:44 PM Anthony wrote: > I upgraded from 3.0.8 to 3.0.14. When I look at a diff