I ran `kedro viz` but “there is no active Kedro se...
# beginners-need-help
r
I ran
kedro viz
but “there is no active Kedro session”. Does anyone know how to make it work? I had managed to run it successfully before, just not sure what has changed since then.
d
That’s a really odd error
Could you post the stack trace?
r
Ok. It's really embarrassing. In my attempt to solve another problem, I had added a line in
data_processing/pipeline.py
:
credentials = get_current_session().load_context()._get_config_credentials()
. This line was causing that error.
d
No worries!
I’m always glad it’s something like that not some previously unknown bug!