json2html-bookmarks icon indicating copy to clipboard operation
json2html-bookmarks copied to clipboard

Python 3.9.6 issue

Open alager opened this issue 3 years ago • 1 comments

json2html.py: 'NoneType' object is not subscriptable

alager avatar Jan 10 '22 17:01 alager

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?

gdm-hanoverwork avatar Sep 14 '22 20:09 gdm-hanoverwork