enkore / i3pystatus

A complete replacement for i3status

Home Page:https://i3pystatus.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception for wireless interface

knotman90 opened this issue · comments

When configuring the network status with my wireless card wlp113s0 I get a value error exception

Network: ValueError: Unknown format code 'd' for object of type 'str'
I believe is something related to the name of my wireless card not matching the patter you expect. I looked a bit into it and it seems related to extract_wireless_info in the network.py file but I cannot confirm it.

You probably have ~/.i3pystatus-... log files, they should contain full tracebacks for any exceptions you see in the status bar.

@knotman90 Were you ever able to get more information? It would help if you could post how you are registering the network module as well. From the error, this seems to be an invalid format string.