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

ics renderer: NoMethodError: undefined method `name' for nil:NilClass #342

Open
sentry-io bot opened this issue Nov 7, 2023 · 0 comments
Open

ics renderer: NoMethodError: undefined method `name' for nil:NilClass #342

sentry-io bot opened this issue Nov 7, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 7, 2023

Sentry Issue: SNAPCON-2B

NoMethodError: undefined method `name' for nil:NilClass
  app/helpers/conference_helper.rb:59:in `block (2 levels) in icalendar_proposals'
    "Track: #{proposal.track.name}"
  app/helpers/conference_helper.rb:38:in `block in icalendar_proposals'
    calendar.event do |e|
  app/helpers/conference_helper.rb:37:in `each'
    proposals.each do |proposal|
  app/helpers/conference_helper.rb:37:in `icalendar_proposals'
    proposals.each do |proposal|
  app/controllers/schedules_controller.rb:27:in `block (2 levels) in show'
    cal = icalendar_proposals(cal, event_schedules.map(&:event), @conference)
...
(1 additional frame(s) were not displayed)
@sentry-io sentry-io bot added the bug Something isn't working label Nov 7, 2023
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

1 participant