psobot / hangover

Native Mac OS X client for Google Hangouts. Not maintained - use Parrot instead:
http://avaidyam.github.io/Parrot/
MIT License
58 stars 1 forks source link

EXC_BAD_ACCESS with conv_id!.id #11

Open avaidyam opened 8 years ago

avaidyam commented 8 years ago

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.

psobot commented 8 years ago

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

avaidyam commented 8 years ago

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