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 #187

Open
isaacyoung opened this issue Aug 19, 2022 · 1 comment
Open

UnicodeDecodeError #187

isaacyoung opened this issue Aug 19, 2022 · 1 comment

Comments

@isaacyoung
Copy link

code:
r = svn.remote.RemoteClient(url)
logs = r.log_default(stop_on_copy=True)

error:
Traceback (most recent call last):
File "E:\PycharmProjects\branch\venv\lib\site-packages\svn\common_base.py", line 24, in external_command
subprocess.check_output(
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 415, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 495, in run
stdout, stderr = process.communicate(input, timeout=timeout)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1015, in communicate
stdout = self.stdout.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 5263: illegal multibyte sequence

@20174103151
Copy link

#176

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