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
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
The text was updated successfully, but these errors were encountered:
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.
The following error occurs while fetching Tweets:
Please update the Enum class to all possible values
The text was updated successfully, but these errors were encountered: