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
Error:
[19/Jan/2021:16:34:26] HTTP
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/cherrypy/_cprequest.py", line 670, in respond
response.body = self.handler()
File "/usr/lib/python3/dist-packages/cherrypy/lib/encoding.py", line 220, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib/python3/dist-packages/cherrypy/_cpdispatch.py", line 60, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/lib/python3/dist-packages/wok/control/base.py", line 161, in wrapper
action_result = action_fn(*model_args)
File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/vms.py", line 2100, in migrate
name = name.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
Hi,
I've found a bug.
Reproducer:
Root cause:
kimchi/model/vms.py
Line 2100 in 36ed74b
I could work around by commenting the two "decode" lines out.
Specs:
The text was updated successfully, but these errors were encountered: