tuschla

Results 25 comments of tuschla

Ok, forget my comment above. I didn't realize the './' actually don't do anything really. Seemed like that was the error here but it isn't. :(

Yes the bug is happening with the rust version as well. I use Arch Linux. `gunzip --version` gives me this. ``` gunzip (gzip) 1.11 Copyright (C) 2007, 2011-2018 Free Software...

Can you maybe tell me why you're using gzip here? You're calling gzip on the tgs files and then writing it to stdout and piping it into a json file?...

I added the the -f flag as stated in the man page: >Force compression or decompression even if the file has multiple links or the corresponding file already exists, or...

Tested this on Debian 11. Getting exactly the same error. What gzip version are you using for this to work?

Ok, with the help of a friend I managed to pin down the issue and why it is happening. Thing is, the stickers I'm trying to download are not in...

I tried both animated stickers and static stickers. The animated stickers that internally use webm do also obviously not work.

Hi, I tested your merge request but I still get the same error described all the way at the top of this issue. But it doesn't throw a bunch of...

The conversion results look good though!

Doesn't seem related to your code. ``` Traceback (most recent call last): File "/home/lt/Documents/sticker/scripts_linux/script_v3/bot.py", line 77, in anyio.run(main) File "/usr/lib/python3.10/site-packages/anyio/_core/_eventloop.py", line 70, in run return asynclib.run(func, *args, **backend_options) File "/usr/lib/python3.10/site-packages/anyio/_backends/_asyncio.py",...