-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: Ubuntu 16.04 LTS
- Node.js version: 7.7.1
- npm version: 4.4.0
- google-cloud-node version: {"@google-cloud/spanner": "^0.1.1"}
Steps to reproduce
- require
@google-cloud/spanner - Connect to Spanner
- Select an instance
- Select a database
- Select a table
- Call function table.read
- Get following error message:
Error: Session not found: projects/bt-bsp/instances/test-instance-asia/databases/test/sessions/AOJoGSnIR9eLi-hXzRBqrp0ufJKnafwK7FvtRcOo8Zn2ac1WgqUGx_IqQlbi
at ClientReadableStream._emitStatusIfDone (/root/breaktime-bsp-api/node_modules/grpc/src/node/src/client.js:201:19)
at ClientReadableStream._readsDone (/root/breaktime-bsp-api/node_modules/grpc/src/node/src/client.js:169:8)
at readCallback (/root/breaktime-bsp-api/node_modules/grpc/src/node/src/client.js:242:12)
I tried to search this error message on Google but get nothings. I think this problem isn't make by Spanner client but happen when I use it.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.