Exception #450
Unanswered
ItzmeSwapy
asked this question in
Q&A
Exception
#450
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I uploaded a single image, I got this error.
instagrapi.exceptions.PhotoNotUpload: Unknown ({'message': '', 'response': <Response [302]>})
If I take any other action, it's not possible without resolving this.
File "D:\Mind\Automation\RD\env\lib\site-packages\instagrapi\mixins\challenge.py", line 420, in challenge_resolve_simple raise Exception(f'ChallengeResolve: Unknown step_name "{step_name}" for "{self.username}" in challenge resolver: {self.last_json}') Exception: ChallengeResolve: Unknown step_name "escalation_challenge_informational" for "[email protected]" in challenge resolver: {'step_name': 'escalation_challenge_informational', 'step_data': {'choice': 0, 'community_guideline_body': ['• You have posted content too many times.', '• You have a blocked link in your post.'], 'community_guideline_header': 'We remove content when:', 'responsible_content': {'entity_id': 2708648313323926300, 'content_type': 'post', 'taken_at': 1637116062, 'deleted_content_preview': 'https://instagram.fpnq7-4.fna.fbcdn.net/v/t51.2885-15/e35/s150x150/257999850_160854906220787_4167886110295462478_n.jpg?_nc_ht=instagram.fpnq7-4.fna.fbcdn.net&_nc_cat=111&_nc_ohc=pgBVtDhJEzUAX_Ez6de&edm=AMwhvZcBAAAA&ccb=7-4&oh=edd0662aab9a502d399b3dd6f563f37d&oe=619C0389&_nc_sid=a3358c&ig_cache_key=MjcwODY0ODMxMzMyMzkyNjMwMA%3D%3D.2-ccb7-4', 'takedown_type': 0, 'violation_type': 131, 'violation_text': '', 'content_type_text': 'post'}, 'is_appealable': False, 'strike_level': 0, 'violation_content_group': 'content spam', 'entry_point': 'challenge', 'gain_frameing_content': False, 'system_id': 132947280075456}, 'flow_render_type': 3, 'bloks_action': 'com.instagram.challenge.navigation.take_challenge', 'cni': 17845747274682485, 'challenge_context': '{"step_name": "escalation_challenge_informational", "cni": 17845747274682485, "is_stateless": false, "challenge_type_enum": "ESCALATION"}', 'challenge_type_enum_str': 'ESCALATION', 'status': 'ok'}
How to handle this ?
Beta Was this translation helpful? Give feedback.
All reactions