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

Cannot deserialize value of type String "verified" #458

Open
rwenig026 opened this issue May 29, 2024 · 3 comments
Open

Cannot deserialize value of type String "verified" #458

rwenig026 opened this issue May 29, 2024 · 3 comments

Comments

@rwenig026
Copy link

The following error occurs while fetching Tweets:

com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `io.github.redouane59.twitter.dto.tweet.ReplySettings` from String "verified": not one of the values accepted for Enum class: [other, following, everyone, mentionedUsers]
 at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: java.util.ArrayList[32]->io.github.redouane59.twitter.dto.tweet.TweetV2$TweetData$TweetDataBuilder["reply_settings"])

Please update the Enum class to all possible values

@redouane59
Copy link
Owner

Hello,
I'm not maintaining this library because Twitter API is not free anymore. Don't hesitate to submit a pull request if you want to fix it, I'll try to merge it.

@huojiecs110
Copy link

u can try https://twitter.utools.me apiDoc: https://utools.readme.io/

@zorrobiwan
Copy link

zorrobiwan commented Oct 11, 2024

Here is a PR to solved this issue #462

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

4 participants