Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character output from script cause error in plugin #108

Open
Stephen-Bo opened this issue Jun 8, 2021 · 0 comments
Open

Character output from script cause error in plugin #108

Stephen-Bo opened this issue Jun 8, 2021 · 0 comments

Comments

@Stephen-Bo
Copy link

Because there is character " é " in kubernetes the rundeck plugin is failing

Error :

Traceback (most recent call last):

13:19:41 |   | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 113, in <module>
13:19:41 |   | main()
13:19:41 |   | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 109, in main
13:19:41 |   | wait()
13:19:41 |   | File "/home/rundeck/libext/cache/kubernetes-plugin-1.0.16/job-wait.py", line 77, in wait
13:19:41 |   | print(line)
13:19:41 |   | UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 110: ordinal not in range(128)
13:19:41 |   | Failed: NonZeroResultCode: Script result code was: 1
13:19:41 |   | Execution failed: 2151066 in project XXX: [Workflow result: , step failures: {4=Dispatch failed on 1 nodes: [rundeck-xxxx-xxxx: NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {rundeck-xxxx-xxxx=[NonZeroResultCode: Script result code was: 1 + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant