You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to load module: cdata 'char[4096]' has no attribute 'decode'
Traceback (most recent call last):
File "<init code for '_hexchat_embedded'>", line 152, in loadfile
File "/home/matt/.config/hexchat/addons/respoon.py", line 204, in
respoon_list = load_pref()
File "/home/matt/.config/hexchat/addons/respoon.py", line 71, in load_pref
for pref in hexchat.list_pluginpref():
File "/usr/lib/x86_64-linux-gnu/hexchat/python/_hexchat.py", line 322, in list_pluginpref
return __decode(prefs_str).split(',')
File "/usr/lib/x86_64-linux-gnu/hexchat/python/_hexchat.py", line 55, in __decode
return string.decode()
AttributeError: cdata 'char[4096]' has no attribute 'decode'
The text was updated successfully, but these errors were encountered:
Only getting the following message, thank you.
Failed to load module: cdata 'char[4096]' has no attribute 'decode'
Traceback (most recent call last):
File "<init code for '_hexchat_embedded'>", line 152, in loadfile
File "/home/matt/.config/hexchat/addons/respoon.py", line 204, in
respoon_list = load_pref()
File "/home/matt/.config/hexchat/addons/respoon.py", line 71, in load_pref
for pref in hexchat.list_pluginpref():
File "/usr/lib/x86_64-linux-gnu/hexchat/python/_hexchat.py", line 322, in list_pluginpref
return __decode(prefs_str).split(',')
File "/usr/lib/x86_64-linux-gnu/hexchat/python/_hexchat.py", line 55, in __decode
return string.decode()
AttributeError: cdata 'char[4096]' has no attribute 'decode'
The text was updated successfully, but these errors were encountered: