When I use the {network_graph_recv} key in format_up field with the network module, I receive a KeyError in my status bar.
My configuration:
status.register("network",
format_up="{network_graph_recv}",
interface="eno1",
graph_style="blocks"
)
I also got a KeyError when I try to insert the default configuration value from the documentation : {interface} {network_graph_recv}{bytes_recv}KB/s
When I use the
{network_graph_recv}key informat_upfield with thenetworkmodule, I receive a KeyError in my status bar.My configuration:
I also got a KeyError when I try to insert the default configuration value from the documentation :
{interface} {network_graph_recv}{bytes_recv}KB/s