ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

The response is `200` but the photo is not getting uploaded #1135

Closed sleebapaul closed 4 years ago

sleebapaul commented 4 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


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

Describe your issue

The response is 200 but the photo is not getting uploaded. The script stopped working since six days back.

AKwoKWH commented 4 years ago

1134

untitled3000 commented 4 years ago

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.

voron434 commented 4 years ago

@AKwoKWH not fixed, still having that issue :(

ohld commented 4 years ago

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.

voron434 commented 4 years ago

@ohld is this done or not yet?

I'm getting 429 too many requests all the time :(

voron434 commented 4 years ago

Oh, changed account and now success :)

sleebapaul commented 4 years ago

Is it fixed? There's an update?

bruvv commented 4 years ago

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!