json2html-bookmarks
json2html-bookmarks copied to clipboard
Python 3.9.6 issue
json2html.py: 'NoneType' object is not subscriptable
I think this has to do with the format of the .json file being different than what the python script expects, and it's crashing out. I've got a "recent" Chrome "Bookmarks" file that's .json but I'm getting the same NoneType Object is not subscriptable, so it's possible the format may have changed.
Is there a sample JSON file that is "known good" that we could try with other versions of Python?