subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
4.38k stars 686 forks source link

[BUG] story media not clickable from PC #1019

Closed r1dddy4sv closed 1 year ago

r1dddy4sv commented 1 year ago

hello

I am creating a story with:

cl.photo_upload_to_story( media_path, caption, mentions=users_mentiont, medias=[StoryMedia(media_pk=media_pk, x=0.5, y=0.5, width=1, height=1)], )

and everything fine, except that media mentiond in story is clickable and can redirect to post itself only on mobile devices. I cant do this from pc somehow, it is just not clickable

(also users mentions are clickable from both)

thank you for your work mate

adw0rd commented 1 year ago

If it is clickable from a mobile, then everything is working correctly (by instagrapi). Perhaps a bug in instagram when viewing through the web? try a few times

thank you for your work mate

thanks!

r1dddy4sv commented 1 year ago

I tried the same, but with storybuilder and now it is fine