Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error #17

Open
kirillmuravyev opened this issue Apr 25, 2023 · 1 comment
Open

Internal Server Error #17

kirillmuravyev opened this issue Apr 25, 2023 · 1 comment

Comments

@kirillmuravyev
Copy link

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}"
@alsigna
Copy link
Owner

alsigna commented May 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants