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: 'ascit' codec can't decode byte oxe2 in position o: ordinal not in range(128) #102

Open
ScubaDrew opened this issue Feb 13, 2023 · 2 comments

Comments

@ScubaDrew
Copy link

Has anyone seen an error like this before?

log = print_process (process, enable_print)
File "/tmp/Linux_for_Tegra/bootloader/tegraflash_internal-py", line 164, in pr int_process
outputchar = output. decode( 'ascii')
UnicodeDecodeError: 'ascit' codec can't decode byte oxe2 in position o: ordinal not in range(128)
Failed flashing t186ref.
@chldong
Copy link

chldong commented Mar 16, 2023

export LC_ALL=C.UTF-8

@JohnBetaCode
Copy link

Did not work :c
image

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

3 participants