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
So as my title states I am attempting to login by session id as I believe it's better than logging in with a password as far not getting your account locked.
The issue is that the the session id works but when I try to upload a video or reel (The only two uploads Ive tried so far) I get an a error.
Ive ran the code with the session id from the browser and from the client object after logging in with a password and now Ive got this exception with both ways of trying it.
instagrapi\mixins\video.py", line 216, in video_rupload raise VideoNotUpload(response.text, response=response, **self.last_json) instagrapi.exceptions.VideoNotUpload: {"message":"login_required","status":"fail"}
I'm not going to post code yet because I have a feeling my code isn't the issue. The method is giving a true value and not throwing exceptions either so I dont know what the issue is.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So as my title states I am attempting to login by session id as I believe it's better than logging in with a password as far not getting your account locked.
The issue is that the the session id works but when I try to upload a video or reel (The only two uploads Ive tried so far) I get an a error.
Ive ran the code with the session id from the browser and from the client object after logging in with a password and now Ive got this exception with both ways of trying it.
instagrapi\mixins\video.py", line 216, in video_rupload raise VideoNotUpload(response.text, response=response, **self.last_json) instagrapi.exceptions.VideoNotUpload: {"message":"login_required","status":"fail"}
I'm not going to post code yet because I have a feeling my code isn't the issue. The method is giving a true value and not throwing exceptions either so I dont know what the issue is.
Beta Was this translation helpful? Give feedback.
All reactions