Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/8b04941a3f71f49b661205f687c005a0b5f96d08/libs/smmap/exc.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/smmap/exc.py

12 lines
298 B

"""Module with system exceptions"""
class MemoryManagerError(Exception):
"""Base class for all exceptions thrown by the memory manager"""
class RegionCollectionError(MemoryManagerError):
"""Thrown if a memory region could not be collected, or if no region for collection was found"""