You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but whenever I go to the profile page I get an error (traceback trimmed down to last few lines from nav.top_level_nav.render()) (cameras and calibration page work fine - they don't have any arguments)
File "/Users/flashpack/code/freezus/freezusserver/freezusserver/templates/base.html", line 32, in block "navbar"
{{nav.top_level_nav.render()}}
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/flask_nav/elements.py", line 24, in render
self))
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/visitor/__init__.py", line 48, in visit
return meth(node)
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/flask_bootstrap/nav.py", line 53, in visit_Navbar
bar_list.add(self.visit(item))
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/visitor/__init__.py", line 48, in visit
return meth(node)
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/flask_bootstrap/nav.py", line 99, in visit_View
if node.active:
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/flask_nav/elements.py", line 89, in active
append_unknown=not self.ignore_query)
File "/Users/flashpack/.virtualenvs/freezus/lib/python3.6/site-packages/werkzeug/routing.py", line 806, in build
add(self._converters[data].to_url(values[data]))
KeyError: 'profile_id'
Any pointers? Has worked with previous versions, so I'm possibly missing something obvious...
The text was updated successfully, but these errors were encountered:
Hopefully this is the right place - really struggling to get to the bottom of this. I have the following versions:
I have a blueprint:
A nav bar:
but whenever I go to the profile page I get an error (traceback trimmed down to last few lines from nav.top_level_nav.render()) (cameras and calibration page work fine - they don't have any arguments)
Any pointers? Has worked with previous versions, so I'm possibly missing something obvious...
The text was updated successfully, but these errors were encountered: