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
As the ConversationList initializes, there is an EXC_BAD_ACCESS with the add_conversation(...) function, specifically in unwrapping and referencing conv_id!.id.
Reproducible on the Xcode 7 GM.
The text was updated successfully, but these errors were encountered:
@avaidyam Thanks for the bug report! Looks like this is an issue around expecting Google to include certain data in the response, and Hangover not properly handling the error case. I'm reopening this bug as this seems to still be an issue for some users, and will close it once it's fixed.
As the ConversationList initializes, there is an
EXC_BAD_ACCESS
with theadd_conversation(...)
function, specifically in unwrapping and referencingconv_id!.id
.Reproducible on the Xcode 7 GM.
The text was updated successfully, but these errors were encountered: