TypeError in Bandwidth Monitor: argument of type 'NoneType' is not iterable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Awn Extras |
Fix Released
|
Medium
|
Kyle L. Huff |
Bug Description
Awn-extras version: 0.4.1~bzr1498+
Traceback (most recent call last):
File "/usr/lib/
applet_
File "/usr/share/
self.netstats = Netstat(self, self.unit)
File "/usr/share/
self.
File "/usr/share/
if iface in wireless_devices:
TypeError: argument of type 'NoneType' is not iterable
This happend with my new custom kernel where I disabled wireless.
Related branches
Changed in awn-extras: | |
status: | Confirmed → Fix Committed |
Changed in awn-extras: | |
status: | Fix Committed → Fix Released |
@kylehuff: please review the patch. It just disables the piece of code that depends on wireless_devices.