Skip to content

Commit d25d08d

Browse files
committed
DOC: Add tip about cloud location error to getting started guide
skipci
1 parent 58649d9 commit d25d08d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/getting_started/creating_services.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@ it a question! Follow the [authentication instructions](../../authentication) in
272272
octue twined question ask <handle>/example-service:0.1.0 --input-values='{"some_input": 1}'
273273
```
274274

275+
!!! tip
276+
277+
If you get this error, double check you've followed the [authentication instructions](../../authentication) fully.
278+
279+
```
280+
octue.exceptions.CloudLocationNotSpecified: `project_id` must be specified for a service to connect to the correct service - received None.
281+
```
282+
275283
After a couple of minutes (while the Kubernetes cluster is spinning up a container to run the service), you should see
276284
log messages start to appear and finally see `[1, 2, 3, 4, 5]` returned as output values.
277285

0 commit comments

Comments
 (0)