Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Remove non-ascii characters from cgp-setup.sh#13

Open
jos- wants to merge 1 commit into
balena-io-examples:masterfrom
jos-:patch-1
Open

Remove non-ascii characters from cgp-setup.sh#13
jos- wants to merge 1 commit into
balena-io-examples:masterfrom
jos-:patch-1

Conversation

@jos-

@jos- jos- commented Dec 15, 2020

Copy link
Copy Markdown

Running the cgp-setup.sh script results in an error because of the (invisible) <200b> characters on line 168. The error is:

*** GCP PubSub: Create test subscription to telemetry topic ***
ERROR: gcloud crashed (UnicodeEncodeError): 'utf-8' codec can't encode characters in position 1-2: surrogates not allowed

This pull request fixes the error.

Running the `cgp-setup.sh` script results in an error because of the (invisible) `<200b>` characters on line 168. The error is:

```
*** GCP PubSub: Create test subscription to telemetry topic ***
ERROR: gcloud crashed (UnicodeEncodeError): 'utf-8' codec can't encode characters in position 1-2: surrogates not allowed
```

This pull request fixes the error.
@jos- jos- requested a review from tmigone as a code owner December 15, 2020 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant