-
Notifications
You must be signed in to change notification settings - Fork 42
Deployment Fails with "Invalid start byte" error #232
Comments
Can you share which operating system are you using ? |
@alfonso-mireles for the cloudshell deployment failure, did you use the bash or powershell environment? |
Also please be sure when editing the |
Could you try the following in your on line 118 add encoding parameter as follows with open(defaults_path, 'w', encoding='utf-8') as d:
d.write(fresh_defaults)
print(defaults_help) Delete existing |
Two questions for you.
That may help us understand what's going on. |
Yes I am indeed using a non-english language pack |
Hmmm. When I tested using a different language pack I didn't run into the issue. Were you able to try Stas's solution? |
Deployment fails as so:
python .\raft.py service deploy
'utf-8' codec can't decode byte 0xa0 in position 69: invalid start byte
Using:
Python 3.9.5
azure-cli 2.27.1
Raft 4.1
I have deployed in Cloud Shell. But locally if fails without further info
The text was updated successfully, but these errors were encountered: