-
Notifications
You must be signed in to change notification settings - Fork 16
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
KeyError: 'flow' when running Mininet #103
Comments
Hello, @hdiogenes, I cannot reproduce this error in my virtual environment. I think that maybe this error is occurring because the If cleaning the box does not solve the problem, you can provide me with more information on how to reproduce this error. Information about my env, generated with PlatformRelease informationDistributor ID: Ubuntu System InformationLinux carlosmagno-Lenovo-ideapad-330S-15IKB 5.8.0-25-generic 26-Ubuntu SMP Thu Oct 15 10:30:38 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Pythonpath=/home/carlosmagno/workspace/kytos/Teste_Coverage/env_keyError/bin/python Pippath=/home/carlosmagno/workspace/kytos/Teste_Coverage/env_keyError/bin/pip Python Packageskytos | github.com:cmagnobarbosa/kytos | f145a7f7 Kytos environmentKytosdpath=/home/carlosmagno/workspace/kytos/Teste_Coverage/env_keyError/bin/kytosd Kytospath=/home/carlosmagno/workspace/kytos/Teste_Coverage/env_keyError/bin/kytos Installed nappsStatus | NApp ID | Description Status: (i)nstalled, (e)nabled |
When upgrading from kytos 2020.2rc1 to 2020.2 with flow_manager 3.0 and running mininet, a
KeyError: 'flow'
is issued on the Kytos console. After that it saysFlows loaded.
Steps to reproduce: upgrade an existing instance of Kytos, run
kytosd -f
and then run Mininet.sudo mn --topo linear,3 --mac --controller=remote,ip=127.0.0.1 --switch ovsk,protocols=OpenFlow13
The text was updated successfully, but these errors were encountered: