Getting errror - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte #106
siddhantgithub
started this conversation in
General
Replies: 1 comment
-
Hi @siddhantgithub,
Are you able to run it through docker instead of base python? I haven't tried running it on Windows other than Docker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am getting the following error when running run_service.py:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
I am trying to run this on a windows system.
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions