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

ChannelStatus unavailable or not_verified #99

Open
leopellizzoni opened this issue Jul 19, 2021 · 2 comments
Open

ChannelStatus unavailable or not_verified #99

leopellizzoni opened this issue Jul 19, 2021 · 2 comments

Comments

@leopellizzoni
Copy link

The enum ChannelStatus in MessageBird.Objects.Conversations do not have the options unavailable or not_verified which generate the following errors parsin the JSON:

  • MessageBird.Exceptions.ErrorException: Received response in an unexpected format! ---> Newtonsoft.Json.JsonSerializationException: Error converting value "unavailable" to type 'MessageBird.Objects.Conversations.ChannelStatus'

  • MessageBird.Exceptions.ErrorException: Received response in an unexpected format! ---> Newtonsoft.Json.JsonSerializationException: Error converting value "not_verified" to type 'MessageBird.Objects.Conversations.ChannelStatus'.

@LeanZo
Copy link

LeanZo commented Aug 24, 2021

I submitted a pull request to add these two options to the enum, I am also having trouble with not_verified. Some fuctions of my app are not working because of it. Did you find a workaround for this problem?

@leopellizzoni
Copy link
Author

Thanks for the enum pull request. I did have some problems with that, which functions don’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

2 participants