code-google-com / bpbible

Automatically exported from code.google.com/p/bpbible
Other
0 stars 0 forks source link

Errors on mouseover #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I hover the mouse over a superscript that denotes a verse number, I get 
this:

Traceback (most recent call last):
  File "/home/*/Apps/bpbible-r1171/displayframe.py", line 241, in MouseOverEvent
    protocol_handler.on_hover(self, href, element, x, y)
  File "/home/*/Apps/bpbible-r1171/protocols.py", line 28, in on_hover
    self._handle(self.hover, frame, href, element, x, y)
  File "/home/*/Apps/bpbible-r1171/protocols.py", line 43, in _handle
    d[protocol](frame, href, url, *args)
  File "/home/*/Apps/bpbible-r1171/protocols.py", line 173, in on_bpbible_hover
    passage_study_href, passage_study_url = find_passage_study_url(href)
TypeError: 'NoneType' object is not iterable

This is with r1171 on Linux.

Original issue reported on code.google.com by war...@gmail.com on 15 Jan 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Good catch.  This was put in under 48 hours ago.  Fixed in r1172.

Original comment by jonmmor...@gmail.com on 16 Jan 2011 at 4:57