x into all the boxes [ ] relevant to your issue (like so [x]).python -V: Python 3.6.8
Instabot VersionL: instabot-0.74.0
Code:
# Example code that will produce the error reported
from instabot import Bot
import os
bot = Bot()
bot.login(username="myusername", password="mypassword", proxy=None)
caption = "My ting"
print("upload: " + caption)
options = {"rename":False}
bot.upload_photo(os.path.join("/path/to/my/image", "test.jpeg"), caption=caption, options=options)
print("Response: ", bot.api.last_response)
Error/Debug Log:
2019-11-24 21:13:16,093 - INFO - Instabot Started
upload: My ting
FOUND: w:1024 h:1024 r:1.0
2019-11-24 21:13:27,810 - INFO - Photo /path/to/my/image/test.jpeg' is not uploaded.
Response: <Response [200]>
2019-11-24 21:13:27,811 - INFO - Total requests: 21
The response is 200 but the photo is not getting uploaded. The script stopped working since six days back.
I'm having a similar issue. Both photos and videos stopped uploading about a week ago.
I'm receiving this error: "Something is wrong. Please check your input and try again."
Seems to be related to this issue #1111 , but it doesn't seem like it was ever resolved.
@AKwoKWH not fixed, still having that issue :(
We definitely need someone to find a way to upload a photo via script. And then fix Instabot for all our community. I think it is possible to find a working solution here, in Github.
@ohld is this done or not yet?
I'm getting 429 too many requests all the time :(
Oh, changed account and now success :)
Is it fixed? There's an update?
I am closing this in favor of this post: https://github.com/instagrambot/instabot/issues/1194 please continu the ban discussion there Thanks for the issue btw!
Most helpful comment
@AKwoKWH not fixed, still having that issue :(