Comment 1 for bug 888685

Revision history for this message
Jay Pipes (jaypipes) wrote :

This is invalid. Just noticed that the stacktrace shows this:

self.cache.cache_image_iter(image_id, chunks)

But the line in the current code is this:

self.cache.cache_image_iter(image_id, image_data)

I think you just need to update to the latest trunk code.