hangover icon indicating copy to clipboard operation
hangover copied to clipboard

EXC_BAD_ACCESS with conv_id!.id

Open avaidyam opened this issue 10 years ago • 2 comments

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.

avaidyam avatar Sep 30 '15 22:09 avaidyam

@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.

psobot avatar Oct 24 '15 22:10 psobot

Apparently, calling print() shows the right conversation id, but trying to access it breaks everything?

avaidyam avatar Oct 24 '15 22:10 avaidyam