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
Module zope.index.text.baseindex, line 99, in get_words
Module zope.index.text.widcode, line 93, in decode
TypeError: cannot use a string pattern on a bytes-like object
...
[41] > /Users/peter/workspace/updatepy3/eggs/zope.index-4.4.0-py3.7-macosx-10.14-x86_64.egg/zope/index/text/widcode.py(93)decode()
-> return [get(p) or _decode(p) for p in _prog.findall(code)]
(Pdb++) dir()
['code', 'get']
(Pdb++) code
b'\x81\x82\x83\x84\x81\x82'
(Pdb++)
catalogId seems to be in a different format
The text was updated successfully, but these errors were encountered:
catalogId seems to be in a different format
The text was updated successfully, but these errors were encountered: