Skip to content

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 650113: invalid continuation byte #23

@olleharstedt

Description

@olleharstedt

Getting this error on my latest run:

Traceback (most recent call last):
File "/truegitcodechurn/./gitcodechurn.py", line 264, in
main()
File "/truegitcodechurn/./gitcodechurn.py", line 94, in main
[files, contribution, churn] = get_loc(
File "/truegitcodechurn/./gitcodechurn.py", line 121, in get_loc
results = get_proc_out(command, dir).splitlines()
File "/truegitcodechurn/./gitcodechurn.py", line 247, in get_proc_out
return process.communicate()[0].decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 650113: invalid continuation byte

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions