← Back to team overview

handbox team mailing list archive

[Bug 1463764] [NEW] App crashed when no upcoming events

 

Public bug reported:

When in calendar no upcoming events our application crashed

Getting the upcoming 10 events
 Traceback (most recent call last):
   File "shellper/ui/main.py", line 198, in <module>
     ShellperApp().run()
   File "/usr/lib/python2.7/dist-packages/kivy/app.py", line 577, in run
     root = self.build()
   File "shellper/ui/main.py", line 183, in build
     self.tb_panel.default_tab_content = self.show_event_layer()
   File "shellper/ui/main.py", line 83, in show_event_layer
     event = label.Label(text=event[0]+' '+event[1],
 IndexError: string index out of range

** Affects: shellper
     Importance: Critical
     Assignee: Pavel (kozlov-pavel-nikolaich)
         Status: In Progress

** Changed in: shellper
       Status: New => In Progress

-- 
You received this bug notification because you are a member of handbox,
which is subscribed to shellper.
Matching subscriptions: bugs
https://bugs.launchpad.net/bugs/1463764

Title:
  App crashed when no upcoming events

Status in Shellper - personal helper:
  In Progress

Bug description:
  When in calendar no upcoming events our application crashed

  Getting the upcoming 10 events
   Traceback (most recent call last):
     File "shellper/ui/main.py", line 198, in <module>
       ShellperApp().run()
     File "/usr/lib/python2.7/dist-packages/kivy/app.py", line 577, in run
       root = self.build()
     File "shellper/ui/main.py", line 183, in build
       self.tb_panel.default_tab_content = self.show_event_layer()
     File "shellper/ui/main.py", line 83, in show_event_layer
       event = label.Label(text=event[0]+' '+event[1],
   IndexError: string index out of range

To manage notifications about this bug go to:
https://bugs.launchpad.net/shellper/+bug/1463764/+subscriptions


Follow ups

References