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

ERROR syslog regarding 'note_list' during Nautobot startup #4349

Closed
glennmatthews opened this issue Aug 29, 2023 · 2 comments · Fixed by #4555
Closed

ERROR syslog regarding 'note_list' during Nautobot startup #4349

glennmatthews opened this issue Aug 29, 2023 · 2 comments · Fixed by #4555
Assignees
Labels
type: bug Something isn't working as expected

Comments

@glennmatthews
Copy link
Contributor

Environment

  • Nautobot version (Docker tag too if applicable): 2.0.0rc2
  • Python version:
  • Database platform, version:
  • Middleware(s):

Steps to Reproduce

Run any nautobot-server command

Expected Behavior

Nautobot to run without errors

Observed Behavior

18:55:28.739 ERROR   nautobot.core.apps   __init__.py                                url() :
  Error in link construction for Notes: Reverse for 'note_list' not found. 'note_list' is not a valid view function or pattern name.
@glennmatthews glennmatthews added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. labels Aug 29, 2023
@HanlinMiao
Copy link
Contributor

This occurs https://github.com/nautobot/nautobot/blob/1f5c38eee6a0926f1bc769a2bf667e827e5cec9c/nautobot/extras/navigation.py#L704C1-L713C1. And the TODO comment addresses why the link is there. Related to #4309

@HanlinMiao HanlinMiao removed the triage This issue is new and has not been reviewed. label Aug 31, 2023
@smk4664 smk4664 self-assigned this Sep 28, 2023
@skumarmallampeta
Copy link

Hi, I am running into a similar issue running nautobot version 1.5.11 in a docker, can you please let me know how to resolve this issue

nautobot_1 | [--no-refresh-dynamic-group-member-caches]
nautobot_1 | nautobot-server post_upgrade: error: unrecognized arguments: --no-invalidate-all
nautobot_1 | ⏳ Waiting on DB... (6s / 30s)
nautobot-worker_1 | Grafana ChatOps integration is not available.
nautobot-worker_1 | NoneType: None
nautobot_1 | Grafana ChatOps integration is not available.
nautobot_1 | NoneType: None
nautobot-worker_1 | 20:44:32.003 ERROR nautobot.core.apps :
nautobot-worker_1 | Error in link construction for Notes: Reverse for 'note_list' not found. 'note_list' is not a valid view function or pattern name.
nautobot-worker_1 | usage: nautobot-server post_upgrade [-h] [--version] [-v {0,1,2,3}]
nautobot-worker_1 | [--settings SETTINGS]
nautobot-worker_1 | [--pythonpath PYTHONPATH] [--traceback]
nautobot-worker_1 | [--no-color] [--force-color]
nautobot-worker_1 | [--skip-checks] [--no-build-ui]
nautobot-worker_1 | [--no-clearsessions] [--no-collectstatic]
nautobot-worker_1 | [--no-migrate]
nautobot-worker_1 | [--no-remove-stale-contenttypes]
nautobot-worker_1 | [--no-trace-paths]
nautobot-worker_1 | [--no-send-installation-metrics]
nautobot-worker_1 | [--no-refresh-content-type-cache]
nautobot-worker_1 | [--no-refresh-dynamic-group-member-caches]
nautobot-worker_1 | nautobot-server post_upgrade: error: unrecognized arguments: --no-invalidate-all

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants