-
Notifications
You must be signed in to change notification settings - Fork 65
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 tweet with image #125
Comments
How are you trying to upload the image? |
look egg-mode/examples/create_tweet.rs Lines 46 to 52 in 6a11c89
I do nothing, just run the demo app. but it's failed. |
Fixed by #130. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi friends, I‘m try this crate and I can post a text tweet success.
But when I use examples/create_tweet.rs file to post a image jpg file, I always failed.
how do i do it right?
I run with this command
cargo run --example create_tweet -- "Some image" --alt-text "alt text" --media "/home/ubuntu/a.jpg"
the error info is
The text was updated successfully, but these errors were encountered: