sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
257 stars 242 forks source link

AttributeError: 'str' object has no attribute 'decode' #861

Closed quozl closed 5 years ago

quozl commented 5 years ago
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/jarabe/desktop/meshbox.py", line 506, in _ap_props_changed_cb
    self._add_ap_to_network(ap)
  File "/usr/lib/python3.7/site-packages/jarabe/desktop/meshbox.py", line 476, in _add_ap_to_network
    icon.set_filter(self._query)
  File "/usr/lib/python3.7/site-packages/jarabe/desktop/networkviews.py", line 408, in set_filter
    normalized_name = normalize_string(self._display_name.decode('utf-8'))
AttributeError: 'str' object has no attribute 'decode'

Reported by @bhulsken.