signalApngSticker
signalApngSticker copied to clipboard
Error
I keep getting message "Can't download pack [link]", despite having everything installed, even as a root
Hi, Do you have all dependencies installed? What Distribution are you on ?
Hi, yes I do have ask if them installed, running Ubuntu 21.04
Can you do these 2 commands and share the output
echo <packlink> > pack && python3 download.py
Can you do these 2 commands and share the output
echo <packlink> > pack && python3 download.py
I've done this, result is file named pack with the link to sticker pack
what happens when you run python3 download.py ?
I get the same error when running the v3 script. Running the python3 script by itself downloads the tgs files, though.
Do you have python dependencies installed? because it seems as if Python script is failing , hence download is not happening.
Having the same issue here. What python dependencies are not installed automatically by the script?
Fixed this by changing to the directory where the script was in. I hope this can be helpful.
Fixed this by changing to the directory where the script was in. I hope this can be helpful.
Was the issue that you were not in the same directory as the script?
Was the issue that you were not in the same directory as the script?
Yes.