Open theflashpack opened 7 years ago
Hmm, wild guess would be some sort of issue with the default_parameters
setup.
Has worked with previous versions
Could you tell me which versions those were?
I commented that out to just have
@mod_profiles.route('/profile/<profile_id>', methods=['GET', 'POST'])
def profile_page(profile_id):
app.logger.debug(profile_id)
return render_template('mod_profiles/index.html')
same result.
Was working with 'Flask==0.10.1', 'Flask-Bootstrap==3.3.5.7', 'Flask-Nav==0.5', on python 2.7
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...