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

Bug: Crash at launch: Meeting attendees without email address. #460

Closed
amcedwards opened this issue May 22, 2022 · 1 comment
Closed

Bug: Crash at launch: Meeting attendees without email address. #460

amcedwards opened this issue May 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@amcedwards
Copy link
Contributor

App version

  • Tested with 4.0.x

Installation source

  • homebrew

Describe the bug

  • Events with attendees that have an invalid (nil) email address cause Meetingbar to crash

To Reproduce

  1. Create a meeting with one or more attendees.

  2. At least one attendee should have a nil email address. In my case, it is a Microsoft Exchange calendar that has multiple attendees with x500 email addresses. e.g. /o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPXXX)/cn=Recipients/cn=5e17910fea164345b55313d0f6f4fXXX-John Smit. This email address shows as nil

  3. Launch Meetingbar (immediate exit)

  4. Launch Meetingbar via cli, returns:

2022-05-22 10:42:12.375491-0400 MeetingBar[3301:16960432] Category EVENT was registered
2022-05-22 10:42:12.375527-0400 MeetingBar[3301:16960432] Category SNOOZE_EVENT was registered
MeetingBar/EKEventStore.swift:105: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
2022-05-22 10:42:12.464587-0400 MeetingBar[3301:16959618] MeetingBar/EKEventStore.swift:105: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value

Expected behavior

  • Expected launch w/o issue

Screenshots
image

Desktop (please complete the following information):

  • macOS version: 12.3.1
@leits
Copy link
Owner

leits commented May 26, 2022

Thanks, fixed!

@leits leits closed this as completed May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants