Closed BlockyTheDev closed 1 year ago
Can be fixed by changing URL_REGEX at the beginning of OpenDoor/src/core/options/filter.py: inside regex remove (?u) At line 95: regex = re.compile(r"" + Filter.URL_REGEX + "", re.Unicode). Ugly, but works. Or just wait for Python 3.11 maintainers to fix re module...
It ends in such a big Traceback: