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.71k stars 1.47k forks source link

[BUG] welcome_message.py <Response [200]> #1248

Open Abdulsamipy opened 4 years ago

Abdulsamipy commented 4 years ago

Describe the bug

hi guy, so i was trying to run welcome_message.py , no message is being sent to any of the new followers and i have been getting following error GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>

Screenshots

Capture

log:

2020-01-22 00:41:06,018 - INFO - LOGIN FLOW! Just logged-in: False
2020-01-22 00:41:07,393 - DEBUG - POST to endpoint: feed/timeline/ returned response: <Response [200]>
2020-01-22 00:41:08,006 - DEBUG - POST to endpoint: feed/reels_tray/ returned response: <Response [200]>
2020-01-22 00:41:08,006 - INFO - Logged-in successfully as 'xxxx'!
2020-01-22 00:41:08,772 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:41:29,866 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:41:50,764 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:42:11,431 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>

To Reproduce

Steps to reproduce the behavior:

  1. Edit '...'
  2. Run '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

message new followers

duplicate-issues[bot] commented 4 years ago

Hey @Abdulsamipy,

We did a quick check and this issue looks very darn similar to

This could be a coincidence, but if any of these issues solves your problem then I did a good job :smile:

If not, the maintainers will get to this issue shortly.

Cheers, Your Friendly Neighborhood ProBot

bruvv commented 4 years ago

Try the development branch

Abdulsamipy commented 4 years ago

Try the development branch

Capture 2020-01-22 10:16:39,462 - INFO - LOGIN FLOW! Just logged-in: False 2020-01-22 10:16:43,493 - INFO - Logged-in successfully as 2020-01-22 10:20:35,520 - INFO - Total requests: 4

Abdulsamipy commented 4 years ago

@bruvv i know it's not related to this issue but when i tried to run "multi_script_CLI.py" (from dev branch) and it's giving the follow log

Looks like setting are broken Let's make new one Traceback (most recent call last): File "C:\Users\xxxxx\instabot-development\examples\multi_script_CLI.py", line 626, in <module> setting_input() File "C:\Users\xxxxx\instabot-development\examples\multi_script_CLI.py", line 118, in setting_input with open(settings, "w") as f: NameError: name 'settings' is not defined

andreagiugio commented 4 years ago

Describe the bug

hi guy, so i was trying to run welcome_message.py , no message is being sent to any of the new followers and i have been getting following error GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>

Screenshots

Capture

log:

2020-01-22 00:41:06,018 - INFO - LOGIN FLOW! Just logged-in: False
2020-01-22 00:41:07,393 - DEBUG - POST to endpoint: feed/timeline/ returned response: <Response [200]>
2020-01-22 00:41:08,006 - DEBUG - POST to endpoint: feed/reels_tray/ returned response: <Response [200]>
2020-01-22 00:41:08,006 - INFO - Logged-in successfully as 'xxxx'!
2020-01-22 00:41:08,772 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:41:29,866 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:41:50,764 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>
2020-01-22 00:42:11,431 - DEBUG - GET to endpoint: news/inbox/?limited_activity=true&show_su=true returned response: <Response [200]>

To Reproduce

Steps to reproduce the behavior:

  1. Edit '...'
  2. Run '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

message new followers

I have the same problem

bruvv commented 4 years ago

It's not an error

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.