-
Notifications
You must be signed in to change notification settings - Fork 182
Python3 write_channel "Can't convert 'bytes' object to str implicitly" #151
Comments
/assign |
The ws client we use I think the error means that we don't support bytes payload yet. One fix could be supporting the I will work on this when I get time, but in the meantime feel free to jump in if anyone is interested. /help |
@roycaihw: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'll give this a stab |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'm not sure this issue is fixed. |
@Ark-kun: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen This issue still exists. #152 is a great potential fix for it |
@roycaihw: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Refs. #151 -- detect binary payloads and send the correct opcode
Fixed by #152 /close |
@roycaihw: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am using the rundeck kubernetes plugin to execute a script to a pod and I get the following error
On this comment there is a workaround - a change to ws_client.py
This worked for me, so maybe someone with more knowledge can see if it should be merged fixed this way, or there's something better
I am using 'Python 3.5.2' and I tried kubernetes 9.0.0 and 10.0.0
This issue does not happen with Python2.7
The text was updated successfully, but these errors were encountered: