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
Traceback (most recent call last):
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/private.py", line 359, in _send_private_request
response.raise_for_status()
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/direct_v2/threads/broadcast/configure_video/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/geml/python/semily_consulting/instagram_bot/test.py", line 6, in<module>
cl.direct_send_video("/Users/geml/Desktop/cTZgi4Foyuc0Kahm.mp4", user_ids=[70576365517])
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/direct.py", line 502, in direct_send_video
return self.direct_send_file(path, user_ids, thread_ids, content_type="video")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/direct.py", line 575, in direct_send_file
result = self.private_request(
^^^^^^^^^^^^^^^^^^^^^
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/private.py", line 541, in private_request
raise e
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/private.py", line 526, in private_request
self._send_private_request(endpoint, **kwargs)
File "/Users/geml/python/semily_consulting/.venv/lib/python3.12/site-packages/instagrapi/mixins/private.py", line 448, in _send_private_request
raise UnknownError(**last_json)
instagrapi.exceptions.UnknownError: This feature is no longer supported.
Desktop:
OS: MacOS Sequoia
Python version 3.12.7
instagrapi version latest
moveipy version 1.0.3
The text was updated successfully, but these errors were encountered:
Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
Describe the bug
When I try to send a video to direct, it gives an error:
instagrapi.exceptions.UnknownError: This feature is no longer supported.
To Reproduce
Traceback
Desktop:
The text was updated successfully, but these errors were encountered: