netbox-software-manager icon indicating copy to clipboard operation
netbox-software-manager copied to clipboard

Internal Server Error

Open kirillmuravyev opened this issue 2 years ago • 1 comments

When I run netbox with software manager i got this error in log: from utilities.tables import BaseTable, ToggleColumn, ColoredLabelColumn, TagColumn gunicorn[2836854]: ImportError: cannot import name 'BaseTable' from 'utilities.tables' (/opt/netbox/netbox/utilities/tables.py)

cat /opt/netbox/netbox/utilities/tables.py
def linkify_phone(value):
    """
    Render a telephone number as a hyperlink.
    """
    if value is None:
        return None
    return f"tel:{value}"

kirillmuravyev avatar Apr 25 '23 09:04 kirillmuravyev

Hi, please share netbox version that is used and full traceback output.

alsigna avatar May 01 '23 04:05 alsigna