79805694

Date: 2025-10-31 11:09:20
Score: 1
Natty:
Report link

it has to work , but some times on VM's it wont work,
that time you can add these simple lines which gets your work done..

    zip_content = await audio_zip.read()
    zip_buffer = io.BytesIO(zip_content)
    zip_buffer.seek(0)

do this at first,

then if file is read once and if you want to read it again them pass the same.

zip_buffer.seek(0)

before reading file, this will solve the issue..

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31790336