User has unexpected error

GRAMPS: 5.1.3
Python: 3.6.9 (default, Oct 8 2020, 12:12:24) […
BSDDB: 6.1.0 (5, 3, 28)
sqlite: 3.22.0 (2.6.0)
LANG: en_US.UTF-8
OS: Linux
Distribution: 4.15.0-128-generic

I don’t want report this as a bug because I have run the “Narrated Web Report” to many times with out errors. So the only cause of the error is something I have done. I’m sure someone can tell me what I have screwed up. The error message I get is

5336062: ERROR: _reportdialog.py: line 748: Failed to run report.
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/gramps/gui/plug/report/_reportdialog.py”, line 709, in report
my_report.write_report()
File “/usr/lib/python3/dist-packages/gramps/plugins/webreport/narrativeweb.py”, line 428, in write_report
self.tab[“Place”].display_pages(self.title)
File “/usr/lib/python3/dist-packages/gramps/plugins/webreport/place.py”, line 124, in display_pages
self.placepage(self.report, title, place_handle)
File “/usr/lib/python3/dist-packages/gramps/plugins/webreport/place.py”, line 431, in placepage
jsc += OSM_MARKERS % ([[float(longitude),
TypeError: float() argument must be a string or a number, not ‘NoneType’

Thanks in advance
Kurt

already reported and fixed see discussion on bugtracker

https://gramps-project.org/bugs/view.php?id=11301

2 Likes

Thank you for the information. Using DaveSch suggestion not only did I find the problem that caused the error I found other locations that were wrong.

Kurt

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.