Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't post videos? #277

Open
inev opened this issue Dec 30, 2024 · 0 comments
Open

Can't post videos? #277

inev opened this issue Dec 30, 2024 · 0 comments

Comments

@inev
Copy link

inev commented Dec 30, 2024

media_id = await twikit_thio.upload_media('vid.mp4', True)
print(media_id)
v = await twikit_thio.create_tweet(text="Video Tweet", media_ids=[media_id])
print(v)

I am getting :

Traceback (most recent call last):
  File "/Users/xxxx/common.py", line 103, in <module>
    asyncio.run(test())
  File "/Users/aaa/.pyenv/versions/3.12.1/lib/python3.12/asyncio/runners.py", line 194, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/Users/aaa/.pyenv/versions/3.12.1/lib/python3.12/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/aaa/.pyenv/versions/3.12.1/lib/python3.12/asyncio/base_events.py", line 684, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/Users/xxxx/common.py", line 97, in test
    await twikit_thio.create_tweet(text="Video Tweet", media_ids=[media_id])
  File "/Users/aaa/.pyenv/versions/aaaa/lib/python3.12/site-packages/twikit/client/client.py", line 1241, in create_tweet
    _result = response['data']['create_tweet']['tweet_results']

I checked, and the video is uploaded successfully. I am also able to post the video manually. I can also tweet normally, just posting with a video doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant