Closed Holzhaus closed 10 years ago
Hi. Presumably you are using Python3? Do you have any sample data that provokes this issue?
I'm of the feeling that performing the decode before the call to parseResponse() would be better, in fact this is already attempted (though perhaps not entirely - it doesn't check for bytes) at lines #1694-1700.
Could you try and determine why the decode isn't happening already?
When running
./texturecache c
i got this error:This commit is fixing the issue.