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

make local with rover v0.0.10 returns Syntax Error: Cannot parse the unexpected character "\u250C". #12

Closed
prasek opened this issue May 28, 2021 · 1 comment

Comments

@prasek
Copy link
Contributor

prasek commented May 28, 2021

Running make local with rover v0.0.10 returns Cannot parse the unexpected character "\u250C"

due to rover supergraph introspect including a rover update message in stdout:
image

make local
.scripts/introspect.sh
subgraphs:
rover subgraph introspect https://nem23xx1vd.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/orders.graphql
rover subgraph introspect https://7bssbnldib.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/products.graphql
rover subgraph introspect https://w0jtezo2pa.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/reviews.graphql
rover subgraph introspect https://eg3jdhe3zl.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/customers.graphql
rover subgraph introspect https://2lc1ekf3dd.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/inventory.graphql
rover subgraph introspect https://1kmwbtxfr4.execute-api.us-east-1.amazonaws.com/Prod/graphql > subgraphs/locations.graphql
.scripts/config.sh > supergraph.yaml
rover supergraph compose --config ./supergraph.yaml > supergraph.graphql
error: UNKNOWN: Syntax Error: Cannot parse the unexpected character "\u250C".
error: Encountered 1 composition error while composing the graph.
make: *** [compose] Error 1

Git status shows:

git status
On branch readme-update
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   subgraphs/orders.graphql
	modified:   supergraph.graphql

and diffing orders.graphql shows:
image

@prasek
Copy link
Contributor Author

prasek commented May 29, 2021

Fixed upstream, will be fixed in next rover release.

@prasek prasek closed this as completed May 29, 2021
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

1 participant