You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since a few days i get the following error, if i try to import a pack.
Traceback (most recent call last):
File "/usr/local/bin/sticker-import", line 8, in <module>
sys.exit(cmd())
File "/usr/local/lib/python3.9/site-packages/sticker/stickerimport.py", line 165, in cmd
asyncio.get_event_loop().run_until_complete(main(parser.parse_args()))
File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/usr/local/lib/python3.9/site-packages/sticker/stickerimport.py", line 157, in main
await reupload_pack(client, pack, args.output_dir)
File "/usr/local/lib/python3.9/site-packages/sticker/stickerimport.py", line 59, in reupload_pack
if pack.set.animated:
AttributeError: 'StickerSet' object has no attribute 'animated'
I thought maybe is was a problem with my new python version, so i put in a docker container with python3.9 but i get the same error. Has telegram change some infos in their packs?
Greetings Marian
The text was updated successfully, but these errors were encountered:
Hi,
since a few days i get the following error, if i try to import a pack.
I thought maybe is was a problem with my new python version, so i put in a docker container with python3.9 but i get the same error. Has telegram change some infos in their packs?
Greetings Marian
The text was updated successfully, but these errors were encountered: