Clicking "Open Cross-Reference Explorer" in the main window without first selecting any verse causes an error report to pop up:
Code: Select all
Version: Bible Analyzer 5.6.0.02
Application Path: /home/wmcdannell
Modules Path: /home/wmcdannell/Documents/BibleAnalyzer
User Path: /home/wmcdannell/.config/bibleanalyzer
Current Ref: 2Sa
Current Bible: kjv1769s
Current Dict: Scofield
Current Comm: TSKe
Current Word: Neck
Operating System: Linux 6.8.0-38-generic x86_64
System Architecture: 64bit x86_64
Frozen: False
#---- End System Information ----#
Code: Select all
#---- Traceback Info ----#
*** Thu Jul 25 06:02:03 2024 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-561.zip/flatTool.py", line 164, in OnCrossRefs
self.mainApp.crossChart = CrossRefChart.ChartFrame(None, -1, ref, abbr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 63, in __init__
self.parseRefs(ref)
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 94, in parseRefs
refs = row[2]
~~~^^^
TypeError: 'NoneType' object is not subscriptable
*** Thu Jul 25 06:02:29 2024 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-561.zip/flatTool.py", line 164, in OnCrossRefs
self.mainApp.crossChart = CrossRefChart.ChartFrame(None, -1, ref, abbr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 63, in __init__
self.parseRefs(ref)
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 145, in parseRefs
self.drawPanel(refList, self.ref, self.abbr, self.headings, currentHead)
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 150, in drawPanel
self.chartWin = ChapterChart(self, refs, ref, abbr, headings, currentHead)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 197, in __init__
self.doInit()
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 210, in doInit
self.vsTxt = row[2]
~~~^^^
TypeError: 'NoneType' object is not subscriptable
*** Thu Jul 25 06:03:37 2024 ***
Traceback (most recent call last):
File "/opt/bibleanalyzer/ba-561.zip/flatTool.py", line 164, in OnCrossRefs
self.mainApp.crossChart = CrossRefChart.ChartFrame(None, -1, ref, abbr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 63, in __init__
self.parseRefs(ref)
File "/opt/bibleanalyzer/ba-561.zip/chart/crossRefChart.py", line 94, in parseRefs
refs = row[2]
~~~^^^
TypeError: 'NoneType' object is not subscriptable
#---- End Traceback Info ----#