You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this on a large bookmarks file and it crashes with an index out of range error.
python folders2tags.py < bookmarks.html > bookmarks_out.html Traceback (most recent call last): File "D:\Downloads\Netscape-Bookmark-File-Parser-main\Netscape-Bookmark-File-Parser-main\folders2tags.py", line 27, in <module> netscape_bookmarks = parse(sys.stdin.read()) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Downloads\Netscape-Bookmark-File-Parser-main\Netscape-Bookmark-File-Parser-main\NetscapeBookmarkFileParser\parser.py", line 78, in parse return folder_data.searchString(html)[0][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ File "C:\Python\Lib\site-packages\pyparsing\results.py", line 212, in __getitem__ return self._toklist[i] ~~~~~~~~~~~~~^^^ IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
I tried this on a large bookmarks file and it crashes with an index out of range error.
python folders2tags.py < bookmarks.html > bookmarks_out.html Traceback (most recent call last): File "D:\Downloads\Netscape-Bookmark-File-Parser-main\Netscape-Bookmark-File-Parser-main\folders2tags.py", line 27, in <module> netscape_bookmarks = parse(sys.stdin.read()) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Downloads\Netscape-Bookmark-File-Parser-main\Netscape-Bookmark-File-Parser-main\NetscapeBookmarkFileParser\parser.py", line 78, in parse return folder_data.searchString(html)[0][0] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^ File "C:\Python\Lib\site-packages\pyparsing\results.py", line 212, in __getitem__ return self._toklist[i] ~~~~~~~~~~~~~^^^ IndexError: list index out of range
The text was updated successfully, but these errors were encountered: