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

UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 14: ordinal not in range(128) #64

Open
ilyavaiser opened this issue Jun 10, 2021 · 1 comment

Comments

@ilyavaiser
Copy link

Traceback (most recent call last):
File "/home/rundeck/libext/cache/docker-container-1.4.2/node-execute", line 100, in
print(line.decode())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 14: ordinal not in range(128)
[docker-container-execute-command]: result code: 1
Failed: NonZeroResultCode: Script result code was: 1
[workflow] finishExecuteNodeStep(/production-backend_app-cron.1.ypfdug8lefrdju3dvda813pu8): NodeDispatch: NonZeroResultCode: Script result code was: 1

@henres
Copy link

henres commented May 6, 2022

Hello, I have a similar problem :

 [OK] Start
Traceback (most recent call last):
  File "/home/rundeck/libext/cache/docker-container-1.4.5/node-execute", line 100, in <module>
    print(line.decode())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 18: ordinal not in range(128)
Failed: NonZeroResultCode: Script result code was: 1

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

2 participants