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
If zodbupdate -convert=py3 is called from Python 2, the "widcode"s remain bytes; if called from Python 3, they may be (likely wrongly) converted to str or remain bytes. The code expects str and raises an exception if it encounters bytes.
Likely the best approach is to reindex all ZCTextIndexes after a Python 2 -> Python 3 conversion.
The text was updated successfully, but these errors were encountered:
If
zodbupdate -convert=py3
is called from Python 2, the "widcode"s remainbytes
; if called from Python 3, they may be (likely wrongly) converted tostr
or remainbytes
. The code expectsstr
and raises an exception if it encounters bytes.Likely the best approach is to reindex all
ZCTextIndexes
after a Python 2 -> Python 3 conversion.The text was updated successfully, but these errors were encountered: