You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to follow the user, it gives an error referring to the library: File "C:\Users\user\PycharmProjects\b2r_instagram_follower\.venv\Lib\site-packages\aiograpi\mixins\user.py", line 918, in user_follow if user_id in self._users_following.get(self.user_id, []):
in line 918: if user_id in self._users_following.get(self.user_id, []): self.logger.debug("User %s already followed", user_id) return False
To Reproduce cl = Client() cl.delay_range = [1, 5] cl.set_settings(a["settings"]) await cl.login(USERNAME, PASSWORD) await cl.get_timeline_feed() result = await cl.user_follow(c["userid"]) print(result)
Traceback
AttributeError: 'Client' object has no attribute '_users_following'. Did you mean: 'user_following'?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: WIN11
Python version 3.12
aiograpi version 0.0.3
moveipy version if used 1.0.3
imagemagick version if used
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Try HikerAPI SaaS with a free trial https://hikerapi.com/p/KhMxYMSn
Describe the bug
When trying to follow the user, it gives an error referring to the library:
File "C:\Users\user\PycharmProjects\b2r_instagram_follower\.venv\Lib\site-packages\aiograpi\mixins\user.py", line 918, in user_follow if user_id in self._users_following.get(self.user_id, []):
in line 918:
if user_id in self._users_following.get(self.user_id, []): self.logger.debug("User %s already followed", user_id) return False
To Reproduce
cl = Client() cl.delay_range = [1, 5] cl.set_settings(a["settings"]) await cl.login(USERNAME, PASSWORD) await cl.get_timeline_feed() result = await cl.user_follow(c["userid"]) print(result)
Traceback
AttributeError: 'Client' object has no attribute '_users_following'. Did you mean: 'user_following'?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: