Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.67k stars 149 forks source link

aiofile Corrupts images #78

Closed oguh43 closed 4 years ago

oguh43 commented 4 years ago

It seems like aiofile doesnt support writing bytes, or respect this line: async with aiofile.AIOFile(temp,"wb") as f:

Tinche commented 4 years ago

Could you prepare a minimal example?

oguh43 commented 4 years ago

above line produces https://anonfiles.com/V2YfS1B7o8/img_ZIP , while aiofiles works just fine.

Tinche commented 4 years ago

aiofile is a different library (by a different author), so create a bug there please :)

oguh43 commented 4 years ago

I am so sorry, didnt realize this :D