Replies: 1 comment
-
@bpyle02 working example here https://github.com/adw0rd/instagrapi/blob/master/tests.py#L838 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to upload an album of multiple photos to one post, but it's not working. Here is my code:
The error is in
bot.album_upload(album_path, caption)
There is no error message, but I think it is something wrong with my string called caption. I got it to work earlier without the schedule stuff, but now I don't know what's wrong because I didn't really change muchBeta Was this translation helpful? Give feedback.
All reactions