You can try ignoring the non-readable blocks.
blobs.decode('utf-8', 'ignore')
It's not a great solution but the way you're generating the byte object has some issues. Maybe, utf-8
is not the proper encoding for your data.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…