Exception Value: 'NoneType' object has no attribute 'latitude'

Bug #1093113 reported by Adnane Belmadiaf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LoCo Team Portal
Fix Released
High
Adnane Belmadiaf

Bug Description

Traceback:
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
  99. response = callback(request, *callback_args, **callback_kwargs)
File "/home/vagrant/ltp/loco_directory/teams/views.py" in team_ical
  94. return as_ical(get_events_and_meetings(team_object), team_object.name)
File "/home/vagrant/ltp/loco_directory/teams/views.py" in as_ical
  59. o.as_ical(calendar)
File "/home/vagrant/ltp/loco_directory/events/models.py" in as_ical
  118. event.add('geo').value = "%s;%s" % (self.venue.latitude, self.venue.longitude)

Related branches

Adnane Belmadiaf (daker)
Changed in loco-team-portal:
assignee: nobody → Adnane Belmadiaf (daker)
status: New → Triaged
importance: Undecided → High
Changed in loco-team-portal:
status: Triaged → Fix Committed
Adnane Belmadiaf (daker)
Changed in loco-team-portal:
milestone: none → 0.3.11
Adnane Belmadiaf (daker)
Changed in loco-team-portal:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.