← Back to team overview

ubuntu-bengali-manual team mailing list archive

[Bug 1093113] [NEW] Exception Value: 'NoneType' object has no attribute 'latitude'

 

Public bug reported:

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)

** Affects: loco-team-portal
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bengali Manual, which is subscribed to LoCo Team Portal.
https://bugs.launchpad.net/bugs/1093113

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

Status in LoCo Team Portal:
  New

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/loco-team-portal/+bug/1093113/+subscriptions


Follow ups

References